次の方法で共有


MultiLanguageConversationInput.Conversations Property

Definition

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.

public System.Collections.Generic.IList<Azure.AI.Language.Conversations.Models.ConversationInput> Conversations { get; }
member this.Conversations : System.Collections.Generic.IList<Azure.AI.Language.Conversations.Models.ConversationInput>
Public ReadOnly Property Conversations As IList(Of ConversationInput)

Property Value

Applies to