Share via


NoneLinkedTargetIntentResult Class

Definition

A wrap up of non-linked intent response.

public class NoneLinkedTargetIntentResult : Azure.AI.Language.Conversations.Models.TargetIntentResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.NoneLinkedTargetIntentResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.NoneLinkedTargetIntentResult>
type NoneLinkedTargetIntentResult = class
    inherit TargetIntentResult
    interface IJsonModel<NoneLinkedTargetIntentResult>
    interface IPersistableModel<NoneLinkedTargetIntentResult>
Public Class NoneLinkedTargetIntentResult
Inherits TargetIntentResult
Implements IJsonModel(Of NoneLinkedTargetIntentResult), IPersistableModel(Of NoneLinkedTargetIntentResult)
Inheritance
NoneLinkedTargetIntentResult
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<NoneLinkedTargetIntentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<NoneLinkedTargetIntentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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