ConversationalAIAnalysisInput(IEnumerable<AIConversation>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ConversationalAIAnalysisInput.
public ConversationalAIAnalysisInput(System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Models.AIConversation> conversations);
new Azure.AI.Language.Conversations.Models.ConversationalAIAnalysisInput : seq<Azure.AI.Language.Conversations.Models.AIConversation> -> Azure.AI.Language.Conversations.Models.ConversationalAIAnalysisInput
Public Sub New (conversations As IEnumerable(Of AIConversation))
Parameters
- conversations
- IEnumerable<AIConversation>
List of multiple conversations.
Exceptions
conversations
is null.