Delen via


AnalyzeConversationOperationInput Constructor

Definition

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.

actions
IEnumerable<AnalyzeConversationOperationAction>

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