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