Share via


ConversationPrediction interface

Represents the prediction section of a Conversation project.

Extends

Properties

entities

The entity extraction results.

intents

The intent classification results.

projectKind

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

Inherited Properties

topIntent

The intent with the highest score.

Property Details

entities

The entity extraction results.

entities: ConversationEntity[]

Property Value

intents

The intent classification results.

intents: ConversationIntent[]

Property Value

projectKind

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

projectKind: "Conversation"

Property Value

"Conversation"

Inherited Property Details

topIntent

The intent with the highest score.

topIntent?: string

Property Value

string

Inherited From BasePrediction.topIntent