IntentTrigger Class
Represents an intent trigger.
- Inheritance
-
builtins.objectIntentTrigger
Constructor
IntentTrigger(simple_phrase: str | None = None, model: LanguageUnderstandingModel | None = None, intent_name: str | None = None)
Parameters
Name | Description |
---|---|
simple_phrase
|
Default value: None
|
model
|
Default value: None
|
intent_name
|
Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python