C# Class TropoCSharp.Tropo.Ask

Ask is essentially a say that requires input; it requests information from the caller and waits for a response.
Inheritance: TropoBase
Exibir arquivo Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Methods

Method Description
Ask ( ) : System
Ask ( Choices choices, string name, Say say ) : System

Method Details

Ask() public method

public Ask ( ) : System
return System

Ask() public method

public Ask ( Choices choices, string name, Say say ) : System
choices Choices
name string
say Say
return System