PredictionRequest.ExternalEntities Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="externalEntities")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.ExternalEntity> ExternalEntities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="externalEntities")>]
member this.ExternalEntities : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.ExternalEntity> with get, set
Public Property ExternalEntities As IList(Of ExternalEntity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to