次の方法で共有


MultiLanguageConversationInput Class

Definition

Multi Language Conversation Analysis Input.

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

Constructors

MultiLanguageConversationInput(IEnumerable<ConversationInput>)

Initializes a new instance of MultiLanguageConversationInput.

Properties

Conversations

Array of conversation items Please note ConversationInput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TextConversation and TranscriptConversation.

Explicit Interface Implementations

IJsonModel<MultiLanguageConversationInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MultiLanguageConversationInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MultiLanguageConversationInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MultiLanguageConversationInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MultiLanguageConversationInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to