Share via


AnalyzeConversationOperationInput.Actions Property

Definition

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.

public System.Collections.Generic.IList<Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationAction> Actions { get; }
member this.Actions : System.Collections.Generic.IList<Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationAction>
Public ReadOnly Property Actions As IList(Of AnalyzeConversationOperationAction)

Property Value

Applies to