C# 클래스 TropoCSharp.Tropo.Ask

Ask is essentially a say that requires input; it requests information from the caller and waits for a response.
상속: TropoBase
파일 보기 프로젝트 열기: hack4reno/hack4reno2011 1 사용 예제들

공개 메소드들

메소드 설명
Ask ( ) : System
Ask ( Choices choices, string name, Say say ) : System

메소드 상세

Ask() 공개 메소드

public Ask ( ) : System
리턴 System

Ask() 공개 메소드

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