Intent
The Intent API handles Intents and their utterances, also handling their mass import through files, known as Bulk Training.
Was this helpful?
The Intent API handles Intents and their utterances, also handling their mass import through files, known as Bulk Training.
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/{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.
/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.
Description 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, in this case it is the intent will be updated.
It is an identifier provided by the API client that will be used to identify distributed logs.
Name of the intent.
Description 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 delete an intent.
It is an identifier provided by the API client that will be used to identify distributed logs.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/intents/validate-utterance
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, it is used to check the utterance.
It is an identifier provided by the API client that will be used to identify distributed logs.
It is the value of the intent example that will be checked if it already exists.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training
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.
Bot where intents and examples will be imported.
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training/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.
Bot where intents and examples will be imported.
It is an identifier provided by the API client that will be used to identify distributed logs.
It is the file that contains the data to be analyzed.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training/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.
Bot where intents and examples will be created.
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training/{id}
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.
Bot that contains the bulk training that will be canceled
It is the id of the bulk training.
It is an identifier provided by the API client that will be used to identify distributed logs.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training/utterances
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.
Bot where intents and examples will be imported.
It is an identifier provided by the API client that will be used to identify distributed logs.
It is the file that contains the data to be analyzed.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/bulk-training/utterances
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.
Bot where the examples were loaded
It is an identifier provided by the API client that will be used to identify distributed logs.