次の方法で共有


InputDialog.DefaultValueResponse プロパティ

定義

MaxTurnCount に達し、既定値が使用されたときに送信するアクティビティ テンプレートを取得または設定します。

public Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> DefaultValueResponse { get; set; }
member this.DefaultValueResponse : Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> with get, set
Public Property DefaultValueResponse As ITemplate(Of Activity)

プロパティ値

アクティビティ テンプレート。

適用対象