次の方法で共有


OrchestrationPrediction.Intents Property

Definition

A dictionary that contains all intents. A key is an intent name and a value is its confidence score and target type. The top intent's value also contains the actual response from the target project. Please note TargetIntentResult 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 ConversationTargetIntentResult, LuisTargetIntentResult, NoneLinkedTargetIntentResult and QuestionAnsweringTargetIntentResult.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Language.Conversations.Models.TargetIntentResult> Intents { get; }
member this.Intents : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Language.Conversations.Models.TargetIntentResult>
Public ReadOnly Property Intents As IReadOnlyDictionary(Of String, TargetIntentResult)

Property Value

Applies to