Поделиться через


UtteranceIntentsEvaluationResult Class

Definition

Represents the comparison between the expected and the predicted intent for an utterance.

public class UtteranceIntentsEvaluationResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.UtteranceIntentsEvaluationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.UtteranceIntentsEvaluationResult>
type UtteranceIntentsEvaluationResult = class
    interface IJsonModel<UtteranceIntentsEvaluationResult>
    interface IPersistableModel<UtteranceIntentsEvaluationResult>
Public Class UtteranceIntentsEvaluationResult
Implements IJsonModel(Of UtteranceIntentsEvaluationResult), IPersistableModel(Of UtteranceIntentsEvaluationResult)
Inheritance
UtteranceIntentsEvaluationResult
Implements

Properties

ExpectedIntent

Represents the utterance's expected intent.

PredictedIntent

Represents the utterance's predicted intent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UtteranceIntentsEvaluationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UtteranceIntentsEvaluationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UtteranceIntentsEvaluationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UtteranceIntentsEvaluationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UtteranceIntentsEvaluationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to