Share via


ConversationExportedIntent(String) Constructor

Definition

Initializes a new instance of ConversationExportedIntent.

public ConversationExportedIntent(string category);
new Azure.AI.Language.Conversations.Authoring.ConversationExportedIntent : string -> Azure.AI.Language.Conversations.Authoring.ConversationExportedIntent
Public Sub New (category As String)

Parameters

category
String

The intent category.

Exceptions

category is null.

Applies to