Result.SuggestedActions Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("suggestedActions")]
[System.Text.Json.Serialization.JsonPropertyOrder(3)]
public Microsoft.Teams.Api.MessageExtensions.SuggestedActions? SuggestedActions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("suggestedActions")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(3)>]
member this.SuggestedActions : Microsoft.Teams.Api.MessageExtensions.SuggestedActions with get, set
Public Property SuggestedActions As SuggestedActions

Property Value

Attributes

Applies to