Share via


ConversationTargetIntentResult Class

Definition

A wrap up of Conversation project response.

public class ConversationTargetIntentResult : Azure.AI.Language.Conversations.Models.TargetIntentResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationTargetIntentResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationTargetIntentResult>
type ConversationTargetIntentResult = class
    inherit TargetIntentResult
    interface IJsonModel<ConversationTargetIntentResult>
    interface IPersistableModel<ConversationTargetIntentResult>
Public Class ConversationTargetIntentResult
Inherits TargetIntentResult
Implements IJsonModel(Of ConversationTargetIntentResult), IPersistableModel(Of ConversationTargetIntentResult)
Inheritance
ConversationTargetIntentResult
Implements

Properties

ApiVersion

The API version used to call a target service.

(Inherited from TargetIntentResult)
Confidence

The prediction score and it ranges from 0.0 to 1.0.

(Inherited from TargetIntentResult)
Result

The actual response from a Conversation project.

Explicit Interface Implementations

IJsonModel<ConversationTargetIntentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConversationTargetIntentResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TargetIntentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TargetIntentResult)
IJsonModel<TargetIntentResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TargetIntentResult)
IPersistableModel<ConversationTargetIntentResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationTargetIntentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConversationTargetIntentResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TargetIntentResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TargetIntentResult)
IPersistableModel<TargetIntentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TargetIntentResult)
IPersistableModel<TargetIntentResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TargetIntentResult)

Applies to