Share via


ConversationalAIEntity.Resolutions Property

Definition

Entity resolution details, if available. Please note ResolutionBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AgeResolution, AreaResolution, BooleanResolution, CurrencyResolution, DateTimeResolution, InformationResolution, LengthResolution, NumberResolution, NumericRangeResolution, OrdinalResolution, SpeedResolution, TemperatureResolution, TemporalSpanResolution, VolumeResolution and WeightResolution.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Conversations.Models.ResolutionBase> Resolutions { get; }
member this.Resolutions : System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Conversations.Models.ResolutionBase>
Public ReadOnly Property Resolutions As IReadOnlyList(Of ResolutionBase)

Property Value

Applies to