Share via


ConversationPrediction Class

Definition

Represents the prediction section of a Conversation project.

public class ConversationPrediction : Azure.AI.Language.Conversations.Models.PredictionBase, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationPrediction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationPrediction>
type ConversationPrediction = class
    inherit PredictionBase
    interface IJsonModel<ConversationPrediction>
    interface IPersistableModel<ConversationPrediction>
Public Class ConversationPrediction
Inherits PredictionBase
Implements IJsonModel(Of ConversationPrediction), IPersistableModel(Of ConversationPrediction)
Inheritance
ConversationPrediction
Implements

Properties

Entities

The entity extraction results.

Intents

The intent classification results.

TopIntent

The intent with the highest score.

(Inherited from PredictionBase)

Explicit Interface Implementations

IJsonModel<ConversationPrediction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationPrediction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PredictionBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PredictionBase)
IJsonModel<PredictionBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PredictionBase)
IPersistableModel<ConversationPrediction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationPrediction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationPrediction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PredictionBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PredictionBase)
IPersistableModel<PredictionBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PredictionBase)
IPersistableModel<PredictionBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PredictionBase)

Applies to