Share via


TaskModuleContinueResponse クラス

定義

続行アクションを使用したタスク モジュールの応答。

public class TaskModuleContinueResponse : Microsoft.Bot.Schema.Teams.TaskModuleResponseBase
type TaskModuleContinueResponse = class
    inherit TaskModuleResponseBase
Public Class TaskModuleContinueResponse
Inherits TaskModuleResponseBase
継承
TaskModuleContinueResponse

コンストラクター

TaskModuleContinueResponse()

TaskModuleContinueResponse クラスの新しいインスタンスを初期化します。

TaskModuleContinueResponse(TaskModuleTaskInfo)

TaskModuleContinueResponse クラスの新しいインスタンスを初期化します。

プロパティ

Type

タスク/送信メッセージに応答するときのアクション オプションの選択を取得または設定します。 使用可能な値は、'message'、'continue' です。

(継承元 TaskModuleResponseBase)
Value

タスク モジュールに表示するアダプティブ カードの JSON を取得または設定します。

適用対象