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


UtteranceEvaluationResult Class

Definition

Represents the evaluation result for an utterance.

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

Properties

EntitiesResult

Represents the entities results for the utterance.

IntentsResult

Represents the intents results for the utterance.

Language

Represents the utterance language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

Text

Represents the utterance text.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UtteranceEvaluationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UtteranceEvaluationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UtteranceEvaluationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UtteranceEvaluationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UtteranceEvaluationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to