Method AddIntentIdentifiers
AddIntentIdentifiers(IEnumerable<string>)
Add intent identifier to this category. Intent identifiers must be added prior to registering the category.
Declaration
public void AddIntentIdentifiers(IEnumerable<string> identifiers)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | identifiers | Intent identifiers to add |