Answer API
Answers are what we return when the conversation API identifies what the user's request are, according to our dialog manager.
Was this helpful?
Answers are what we return when the conversation API identifies what the user's request are, according to our dialog manager.
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entities you are searching
Term being searched. This expects one optional String matching the name of an answer.
Current page, starting at 1
1
Size of the page
1
Criteria to order result, defaulted to updatedAt date. Possible fields include name, createdAt, updatedAt, createdBy and updatedBy.
Order direction(ASC/DESC), defaulted to DESC
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/not-expected
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entities you are searching
Term being searched. This expects one optional String matching the name of an answer.
Current page, starting at 1
1
Size of the page
1
Criteria to order result, defaulted to updatedAt date. Possible fields include name, createdAt, updatedAt, createdBy and updatedBy.
Order direction(ASC/DESC), defaulted to DESC
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/not-expected/quicksearch
A valid organization Uuid
A valid environment Uuid
A valid bot uuid to search
Term being searched
How many items will be returned in the list. Defaults to 6.
1
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/quicksearch
A valid organization Uuid
A valid environment Uuid
A valid bot uuid to search
Term being searched
How many items will be returned in the list. Defaults to 6.
1
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/{uuid}
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
The answer's uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
The answer's name.
A freeform description of this answer.
A freeform string to code up a webhook for this answer.
A boolean indicator representing if this answer is a transactional answer.
A boolean indicator representing if this answer is an evaluable answer.
The answer's Headers. This object is a freeform JSON which must be parser as an object when receiving it.
The answer's type.
The number of times an answer can be executed.
A list of all tags associated to this answer.
A list of the answer's templates.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/{uuid}
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
The answer's uuid
The answer's name.
A freeform description of this answer.
A freeform string to code up a webhook for this answer.
A boolean indicator representing if this answer is a transactional answer.
A boolean indicator representing if this answer is an evaluable answer.
The answer's Headers. This object is a freeform JSON which must be parser as an object when receiving it.
The answer's type.
The number of times an answer can be executed.
A list of all tags associated to this answer.
A list of the answer's templates.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/{uuid}
A valid uuid of organization
A valid uuid of environment
A valid uuid of bot
The answer's uuid
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/answer/list-on-flow
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entities you are searching