Action.BotActivityPreview Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Text.Json.Serialization.JsonPropertyName("botActivityPreview")]
[System.Text.Json.Serialization.JsonPropertyOrder(5)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.Activities.Activity>? BotActivityPreview { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("botActivityPreview")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(5)>]
member this.BotActivityPreview : System.Collections.Generic.IList<Microsoft.Teams.Api.Activities.Activity> with get, set
Public Property BotActivityPreview As IList(Of Activity)
Property Value
- Attributes