ConversationalAITask 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 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.
Input parameters necessary for a Conversation language understanding task.
Exceptions
analysisInput or parameters is null.