PromptOptions クラス
- java.
lang. Object - com.
microsoft. bot. dialogs. prompts. PromptOptions
- com.
public class PromptOptions
{@link com に渡す設定が含まれています。 プロンプトが開始されたとき。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| PromptOptions() | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| java.util.List<Choice> | getChoices() |
| Activity | getPrompt() |
| Activity | getRetryPrompt() |
|
List |
getStyle() |
| java.lang.Object | getValidations() |
| void | setChoices(List<Choice> withChoices) |
| void | setPrompt(Activity withPrompt) |
| void | setRetryPrompt(Activity withRetryPrompt) |
| void | setStyle(ListStyle withStyle) |
| void | setValidations(Object withValidations) |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
PromptOptions
public PromptOptions()
メソッドの詳細
getChoices
public List
戻り値:
getPrompt
public Activity getPrompt()
戻り値:
getRetryPrompt
public Activity getRetryPrompt()
戻り値:
getStyle
public ListStyle getStyle()
戻り値:
getValidations
public Object getValidations()
戻り値:
setChoices
public void setChoices(List
パラメーター:
setPrompt
public void setPrompt(Activity withPrompt)
パラメーター:
setRetryPrompt
public void setRetryPrompt(Activity withRetryPrompt)
パラメーター:
setStyle
public void setStyle(ListStyle withStyle)
パラメーター:
setValidations
public void setValidations(Object withValidations)
パラメーター: