ConversationAnalysisAuthoringModelFactory.ConversationExportedIntent Method
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 ConversationExportedIntent.
public static Azure.AI.Language.Conversations.Authoring.ConversationExportedIntent ConversationExportedIntent(string category = default, string description = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Authoring.ConversationExportedAssociatedEntityLabel> associatedEntities = default);
static member ConversationExportedIntent : string * string * seq<Azure.AI.Language.Conversations.Authoring.ConversationExportedAssociatedEntityLabel> -> Azure.AI.Language.Conversations.Authoring.ConversationExportedIntent
Public Shared Function ConversationExportedIntent (Optional category As String = Nothing, Optional description As String = Nothing, Optional associatedEntities As IEnumerable(Of ConversationExportedAssociatedEntityLabel) = Nothing) As ConversationExportedIntent
Parameters
- category
- String
The intent category.
- description
- String
The intent description.
- associatedEntities
- IEnumerable<ConversationExportedAssociatedEntityLabel>
The list of associated entities.
Returns
A new ConversationExportedIntent instance for mocking.