AnalyzeConversationOperationInput 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 AnalyzeConversationOperationInput.
public AnalyzeConversationOperationInput (Azure.AI.Language.Conversations.Models.MultiLanguageConversationInput conversationInput, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationAction> actions);
new Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationInput : Azure.AI.Language.Conversations.Models.MultiLanguageConversationInput * seq<Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationAction> -> Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationInput
Public Sub New (conversationInput As MultiLanguageConversationInput, actions As IEnumerable(Of AnalyzeConversationOperationAction))
Parameters
- conversationInput
- MultiLanguageConversationInput
Analysis Input.
Set of tasks to execute on the input conversation. Please note AnalyzeConversationOperationAction 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 PiiOperationAction, SummarizationOperationAction and CustomSummarizationOperationAction.
Exceptions
conversationInput
or actions
is null.
Applies to
Azure SDK for .NET