Share via


MessagingExtensionResult.ActivityPreview Property

Definition

Gets or sets (Only when type is botMessagePreview) Message activity to preview.

public Microsoft.Bot.Schema.Activity ActivityPreview { get; set; }
member this.ActivityPreview : Microsoft.Bot.Schema.Activity with get, set
Public Property ActivityPreview As Activity

Property Value

The message activity to preview.

Applies to