MessagingExtensionActionResponse クラス
- java.
lang. Object - com.
microsoft. bot. schema. teams. MessagingExtensionActionResponse
- com.
public class MessagingExtensionActionResponse
メッセージング拡張機能アクションの応答。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| MessagingExtensionActionResponse() | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Cache |
getCacheInfo()
このメッセージング |
|
Messaging |
getComposeExtension()
拡張機能の結果を取得します。 |
|
Task |
getTask()
タスク モジュールに表示されるアダプティブ カードを取得します。 |
| void |
setCacheInfo(CacheInfo withCacheInfo)
このメッセージング |
| void |
setComposeExtension(MessagingExtensionResult withComposeExtension)
拡張結果を設定します。 |
| void |
setTask(TaskModuleResponseBase withTask)
タスク モジュールに表示されるアダプティブ カードを設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
MessagingExtensionActionResponse
public MessagingExtensionActionResponse()
メソッドの詳細
getCacheInfo
public CacheInfo getCacheInfo()
この MessagingExtensionActionResponse の CacheInfo を取得します。
戻り値:
getComposeExtension
public MessagingExtensionResult getComposeExtension()
拡張機能の結果を取得します。
戻り値:
getTask
public TaskModuleResponseBase getTask()
タスク モジュールに表示されるアダプティブ カードを取得します。
戻り値:
setCacheInfo
public void setCacheInfo(CacheInfo withCacheInfo)
この MessagingExtensionActionResponse の CacheInfo を設定します。
パラメーター:
setComposeExtension
public void setComposeExtension(MessagingExtensionResult withComposeExtension)
拡張結果を設定します。
パラメーター:
setTask
public void setTask(TaskModuleResponseBase withTask)
タスク モジュールに表示されるアダプティブ カードを設定します。
パラメーター: