OrchestrationPrediction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This represents the prediction result of an Orchestration project.
public class OrchestrationPrediction : Azure.AI.Language.Conversations.Models.PredictionBase, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.OrchestrationPrediction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.OrchestrationPrediction>
type OrchestrationPrediction = class
inherit PredictionBase
interface IJsonModel<OrchestrationPrediction>
interface IPersistableModel<OrchestrationPrediction>
Public Class OrchestrationPrediction
Inherits PredictionBase
Implements IJsonModel(Of OrchestrationPrediction), IPersistableModel(Of OrchestrationPrediction)
- Inheritance
- Implements
Properties
Intents |
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. |
TopIntent |
The intent with the highest score. (Inherited from PredictionBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET