Share via


LuisTargetIntentResult Class

Definition

It is a wrap up of LUIS Generally Available response.

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

Explicit Interface Implementations

IJsonModel<LuisTargetIntentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<LuisTargetIntentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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