Share via


ConversationalAITask Constructor

Definition

Initializes a new instance of ConversationalAITask.

public ConversationalAITask(Azure.AI.Language.Conversations.Models.ConversationalAIAnalysisInput analysisInput, Azure.AI.Language.Conversations.Models.AIConversationLanguageUnderstandingActionContent parameters);
new Azure.AI.Language.Conversations.Models.ConversationalAITask : Azure.AI.Language.Conversations.Models.ConversationalAIAnalysisInput * Azure.AI.Language.Conversations.Models.AIConversationLanguageUnderstandingActionContent -> Azure.AI.Language.Conversations.Models.ConversationalAITask
Public Sub New (analysisInput As ConversationalAIAnalysisInput, parameters As AIConversationLanguageUnderstandingActionContent)

Parameters

analysisInput
ConversationalAIAnalysisInput

The input ConversationItem and its optional parameters.

parameters
AIConversationLanguageUnderstandingActionContent

Input parameters necessary for a Conversation language understanding task.

Exceptions

analysisInput or parameters is null.

Applies to