共用方式為


Response.ImmediateAction Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to