Share via


ConversationalAIIntent Class

Definition

The intent classification result for this conversation.

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

Properties

ConversationItemRanges

The ranges of conversation items where this intent was identified.

Entities

The entities associated with this intent.

Name

The name of the detected intent.

Type

The type of intent, either "action" or "question".

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationalAIIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationalAIIntent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationalAIIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationalAIIntent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationalAIIntent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to