Share via


ConversationAnalysisAuthoringModelFactory.OrchestrationExportedIntent Method

Definition

Initializes a new instance of OrchestrationExportedIntent.

public static Azure.AI.Language.Conversations.Authoring.OrchestrationExportedIntent OrchestrationExportedIntent(Azure.AI.Language.Conversations.Authoring.ExportedOrchestrationDetails orchestration = default, string category = default, string description = default);
static member OrchestrationExportedIntent : Azure.AI.Language.Conversations.Authoring.ExportedOrchestrationDetails * string * string -> Azure.AI.Language.Conversations.Authoring.OrchestrationExportedIntent
Public Shared Function OrchestrationExportedIntent (Optional orchestration As ExportedOrchestrationDetails = Nothing, Optional category As String = Nothing, Optional description As String = Nothing) As OrchestrationExportedIntent

Parameters

orchestration
ExportedOrchestrationDetails

Specifies the behavior of this intent in the orchestration flow. Please note ExportedOrchestrationDetails 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 ExportedConversationOrchestrationDetails, ExportedLuisOrchestrationDetails and ExportedQuestionAnsweringOrchestrationDetails.

category
String

The intent category.

description
String

The intent description.

Returns

A new OrchestrationExportedIntent instance for mocking.

Applies to