Share via


ConversationTargetIntentResult interface

A wrap up of Conversation project response.

Extends

Properties

result

The actual response from a Conversation project.

targetProjectKind

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

Inherited Properties

apiVersion

The API version used to call a target service.

confidence

The prediction score and it ranges from 0.0 to 1.0.

Property Details

result

The actual response from a Conversation project.

result?: ConversationResult

Property Value

targetProjectKind

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

targetProjectKind: "Conversation"

Property Value

"Conversation"

Inherited Property Details

apiVersion

The API version used to call a target service.

apiVersion?: string

Property Value

string

Inherited From TargetIntentResult.apiVersion

confidence

The prediction score and it ranges from 0.0 to 1.0.

confidence: number

Property Value

number

Inherited From TargetIntentResult.confidence