MessagingExtensionAction.BotActivityPreview プロパティ

定義

ボット アクティビティのプレビューを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> BotActivityPreview { get; set; }
member this.BotActivityPreview : System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> with get, set
Public Property BotActivityPreview As IList(Of Activity)

プロパティ値

ボット アクティビティのプレビュー。

適用対象