共用方式為


Response.PotentialAction Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="potentialAction")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action> PotentialAction { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="potentialAction")>]
member this.PotentialAction : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Action>
Public ReadOnly Property PotentialAction As IList(Of Action)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to