ConversationExportedEntity(String) 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 ConversationExportedEntity.
public ConversationExportedEntity(string category);
new Azure.AI.Language.Conversations.Authoring.ConversationExportedEntity : string -> Azure.AI.Language.Conversations.Authoring.ConversationExportedEntity
Public Sub New (category As String)
Parameters
- category
- String
The category of the entity.
Exceptions
category is null.