QuestionAnsweringTargetIntentResult 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.

It is a wrap up a Question Answering KB response.

C#
public class QuestionAnsweringTargetIntentResult : Azure.AI.Language.Conversations.Models.TargetIntentResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.QuestionAnsweringTargetIntentResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.QuestionAnsweringTargetIntentResult>
Inheritance
QuestionAnsweringTargetIntentResult
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 generated answer by a Question Answering KB.

Methods

Explicit Interface Implementations

IJsonModel<QuestionAnsweringTargetIntentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QuestionAnsweringTargetIntentResult>.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<QuestionAnsweringTargetIntentResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QuestionAnsweringTargetIntentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QuestionAnsweringTargetIntentResult>.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

Toode Versioonid
Azure SDK for .NET Preview