Share via


ConversationalAITask Class

Definition

A conversational AI task.

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

Constructors

ConversationalAITask(ConversationalAIAnalysisInput, AIConversationLanguageUnderstandingActionContent)

Initializes a new instance of ConversationalAITask.

Properties

AnalysisInput

The input ConversationItem and its optional parameters.

Parameters

Input parameters necessary for a Conversation language understanding task.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnalyzeConversationInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeConversationInput)
IJsonModel<ConversationalAITask>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationalAITask>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeConversationInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnalyzeConversationInput)
IPersistableModel<ConversationalAITask>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationalAITask>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationalAITask>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to