Share via


OrchestrationExportedIntent.Orchestration Property

Definition

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.

public Azure.AI.Language.Conversations.Authoring.ExportedOrchestrationDetails Orchestration { get; set; }
member this.Orchestration : Azure.AI.Language.Conversations.Authoring.ExportedOrchestrationDetails with get, set
Public Property Orchestration As ExportedOrchestrationDetails

Property Value

Applies to