Share via


OrchestrationPrediction interface

This represents the prediction result of an Orchestration project.

Extends

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.

projectKind

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

topIntent

The intent with the highest score.

Property Details

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.

intents: {[propertyName: string]: TargetIntentResultUnion}

Property Value

{[propertyName: string]: TargetIntentResultUnion}

projectKind

Polymorphic discriminator, which specifies the different types this object can be

projectKind: "Orchestration"

Property Value

"Orchestration"

Inherited Property Details

topIntent

The intent with the highest score.

topIntent?: string

Property Value

string

Inherited From BasePrediction.topIntent