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)

屬性值

活動範本。

適用於