Share via


AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult Class

Definition

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

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

Properties

Name Description
ExpectedIntent

Represents the utterance's expected intent.

PredictedIntent

Represents the utterance's predicted intent.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeConversationAuthoringUtteranceIntentsEvaluationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to