QuestionAnsweringTargetIntentResult Class

Definition

It is a wrap up a Question Answering KB response.

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>
type QuestionAnsweringTargetIntentResult = class
    inherit TargetIntentResult
    interface IJsonModel<QuestionAnsweringTargetIntentResult>
    interface IPersistableModel<QuestionAnsweringTargetIntentResult>
Public Class QuestionAnsweringTargetIntentResult
Inherits TargetIntentResult
Implements IJsonModel(Of QuestionAnsweringTargetIntentResult), IPersistableModel(Of 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.

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