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
Afficher le fichier Open project: hack4reno/hack4reno2011 Class Usage Examples

Méthodes publiques

Méthode Description
Ask ( ) : System
Ask ( Choices choices, string name, Say say ) : System

Method Details

Ask() public méthode

public Ask ( ) : System
Résultat System

Ask() public méthode

public Ask ( Choices choices, string name, Say say ) : System
choices Choices
name string
say Say
Résultat System