Intent
The Intent API handles Intents and their utterances, also handling their mass import through files, known as Bulk Training.
Last updated
Was this helpful?
The Intent API handles Intents and their utterances, also handling their mass import through files, known as Bulk Training.
Last updated
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents
It is the organization where the intents are, it is used to connect to the correct database.
It is the environment where the intents are, it is used to connect to the correct database.
It is the bot where the intents are, it is used to filter intents.
It is the status of the intents, represents whether are active, default value true.
true
It is the number of pages that will be returned, default value 0.
1
It is the number of intent per page, default value 5.
1
It is the intent attribute used for ordination the page, default attribute name.
It is the sorting type, default value ASC.
It is the parameter that contains the user data entry, that will be used to filter the intents.
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents/quicksearch
It is the organization where the flow is, used to connect to the correct database
It is the environment where the flow is, used to connect to the correct database
It is the bot where the flow is, used to filter intents
It is the parameter used to search for intents related to the entered value
It is the max number of result, default value 6
6
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents/list-on-flow
It is the organization where the intents are, used to connect to the correct database.
It is the environment where the intents are, used to connect to the correct database.
It is the bot where the intents are, used to filter intents.
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents
It is the organization where the intents are, used to connect to the correct database.
It is the bot where the intents are, it is used to create intents.
It is the bot where the intents are, used to filter intents.
It is an identifier provided by the API client that will be used to identify distributed logs.
Name of the intent.
About of the intent.
Utterances of the intent.
These are the tags used in the intent.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents/{uuid}
It is the organization where the intents are, used to connect to the correct database.
It is the environment where the intents are, used to connect to the correct database.
It is the bot where the intents are, used to filter intents.
It is the uuid used to search for an intent.
It is an identifier provided by the API client that will be used to identify distributed logs.