ExportedConversationOrchestrationDetails 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 ExportedConversationOrchestrationDetails.
public ExportedConversationOrchestrationDetails(Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestration conversationOrchestration);
new Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestrationDetails : Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestration -> Azure.AI.Language.Conversations.Authoring.ExportedConversationOrchestrationDetails
Public Sub New (conversationOrchestration As ExportedConversationOrchestration)
Parameters
- conversationOrchestration
- ExportedConversationOrchestration
The Conversational project target details.
Exceptions
conversationOrchestration is null.