ConversationLanguageUnderstandingInput Class

Definition

The input for a conversation language understanding task.

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

Constructors

ConversationLanguageUnderstandingInput(ConversationAnalysisInput, ConversationLanguageUnderstandingActionContent)

Initializes a new instance of ConversationLanguageUnderstandingInput.

Properties

ActionContent

Input parameters necessary for a Conversation language understanding task.

ConversationInput

The input ConversationItem and its optional parameters.

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<ConversationLanguageUnderstandingInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationLanguageUnderstandingInput>.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<ConversationLanguageUnderstandingInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationLanguageUnderstandingInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationLanguageUnderstandingInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to