Action.BotMessagePreviewAction 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("botMessagePreviewAction")]
[System.Text.Json.Serialization.JsonPropertyOrder(4)]
public Microsoft.Teams.Api.MessageExtensions.MessagePreviewAction? BotMessagePreviewAction { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("botMessagePreviewAction")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(4)>]
member this.BotMessagePreviewAction : Microsoft.Teams.Api.MessageExtensions.MessagePreviewAction with get, set
Public Property BotMessagePreviewAction As MessagePreviewAction
Property Value
- Attributes