SuggestedActions クラス
- java.
lang. Object - com.
microsoft. bot. schema. SuggestedActions
- com.
public class SuggestedActions
実行できる SuggestedActions。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| SuggestedActions() |
既定の空の推奨 |
| SuggestedActions(CardAction[] withCardActions) |
カード |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
static
Suggested |
clone(SuggestedActions suggestedActions)
Suggested |
|
java.util.List<Card |
getActions()
アクションの値を取得します。 |
| java.util.List<java.lang.String> |
getTo()
to 値を取得します。 |
| void |
setActions(List<CardAction> withActions)
アクションの値を設定します。 |
| void |
setTo(List<String> withTo)
to 値を設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
SuggestedActions
public SuggestedActions()
既定の空の SuggestedActions。
SuggestedActions
public SuggestedActions(CardAction[] withCardActions)
CardActions を使用した SuggestedActions。
パラメーター:
メソッドの詳細
clone
public static SuggestedActions clone(SuggestedActions suggestedActions)
SuggestedActions のディープ コピーを実行します。
パラメーター:
戻り値:
getActions
public List
アクションの値を取得します。
戻り値:
getTo
public List
to 値を取得します。
戻り値:
setActions
public void setActions(List
アクションの値を設定します。
パラメーター:
setTo
public void setTo(List
to 値を設定します。
パラメーター: