Udostępnij przez


Choice.Action Property

Definition

Gets or sets the action to use when rendering the choice as a suggested action or hero card. This is optional.

[System.Text.Json.Serialization.JsonPropertyName("action")]
public Microsoft.Agents.Core.Models.CardAction Action { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("action")>]
member this.Action : Microsoft.Agents.Core.Models.CardAction with get, set
Public Property Action As CardAction

Property Value

The action to use when rendering the choice as a suggested action or hero card.

Attributes

Applies to