Dialog Manager
The Dialog Manager is where you configure and draw your flows; Those are the methods you'll need to setup a user flow, configure each Cell and link them.
Was this helpful?
The Dialog Manager is where you configure and draw your flows; Those are the methods you'll need to setup a user flow, configure each Cell and link them.
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows
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 Flows
It is the status of the flow, represents whether it is active, default value true
true
It is the number of pages that will be returned, default value 0
1
It is the number of Flow per page, default value 5
1
It is the flow attribute used for 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 flows
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows/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 Flows
It is the parameter used to search for flows related to the entered value
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows/{uuid}
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 Flows
It is the uuid used to search for a Flow
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows
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 Flows
It is an identifier provided by the API client that will be used to identify distributed logs.
Name of the flow.
Description of the flow.
The flow type shall refer to:
1 - USER_JOURNEY
2 - WELCOME
3 - NOT_EXPECTED
4 - JUMP
USER_JOURNEY
, WELCOME
, NOT_EXPECTED
, JUMP
, DRAFT
These are the tags used in the Flow.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows/{uuid}
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 Flows
It is the uuid used to search for the Flow that will be updated
It is an identifier provided by the API client that will be used to identify distributed logs.
Name of the flow.
Description of the flow.
The flow type shall refer to:
1 - USER_JOURNEY
2 - WELCOME
3 - NOT_EXPECTED
4 - JUMP
USER_JOURNEY
, WELCOME
, NOT_EXPECTED
, JUMP
, DRAFT
These are the tags used in the Flow.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows/{uuid}
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 Flows
It is the uuid used to search for the Flow that will be deleted
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}/flows/types-to-create
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 Flows
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/flows/{uuid}/tree
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 Flows
It is the uuid used to search for a Flow
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/{cellUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid cell Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Uuid flow to insert the new cell
Uuid of the parent cell. Necessary if it is not the first cell of flow
Uuid of the button. Necessary if it's a service cell parent
Type of insertion
SEQUENCE
, CHILDREN
Name of the cell
Description of the cell
Uuid of object to relationate. It can be intent, entity, service...
Expression code of the cell
DTO and entity used to request create of jump cell
Template of the cell. It's required if cell is code or rule type
Number of times that the cell has to execute repeatedly
Type of the cell
ANSWER
, ANYTHING_ELSE
, INTENT
, ENTITY
, SYSTEM_ENTITY
, SERVICE
, WELCOME_MESSAGE
, USER
, BOT
, JUMP
, WAIT_INPUT
, RULE
, CODE
, PLACE_HOLDER
, END
, START
Options of the cell. It's required if cell is service type
Tags of the cell
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/{cellUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid cell Uuid
New button parent uuid
Name of the cell
Description of the cell
Uuid of object to relationate. It can be intent, entity, service...
Expression code of the cell
True if wants to enable cell or false if not
DTO and entity used to request create of jump cell
Template of the cell. It's required if cell is code or rule type
Number of times that the cell has to execute repeatedly
Options of the cell. It's required if cell is service type
Tags of the cell
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/{cellUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid cell Uuid
True if wants to delete all children of the cell. False if wants to delete only the cell and converting it to Placeholder type
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/change-visibility
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Uuid of the bot
Uuid of object to relationate. It can be intent, entity, service...
true if you want to make visible, false if not
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/template/validate
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Type of cell to list
ANSWER
, ANYTHING_ELSE
, INTENT
, ENTITY
, SYSTEM_ENTITY
, SERVICE
, WELCOME_MESSAGE
, USER
, BOT
, JUMP
, WAIT_INPUT
, RULE
, CODE
, PLACE_HOLDER
, END
, START
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/connection
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid cell Uuid
Direction that wants to know the possible connections. It can be left, bottom or right
LEFT
, RIGHT
, BOTTOM
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/connection
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
UUID of origin cell to connect
UUID of destination cell to connect
UUID of button to connect if is service cell
Direction that wants to know the possible connections. It can be left, bottom or right
LEFT
, RIGHT
, BOTTOM
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/start-flows
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Type of cell to list
ANSWER
, ANYTHING_ELSE
, INTENT
, ENTITY
, SYSTEM_ENTITY
, SERVICE
, WELCOME_MESSAGE
, USER
, BOT
, JUMP
, WAIT_INPUT
, RULE
, CODE
, PLACE_HOLDER
, END
, START
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/jump
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid flow Uuid
Uuid of the parent cell
Type of insertion
SEQUENCE
, CHILDREN
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/cells/buttons
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Type of cell to list
ANSWER
, ANYTHING_ELSE
, INTENT
, ENTITY
, SYSTEM_ENTITY
, SERVICE
, WELCOME_MESSAGE
, USER
, BOT
, JUMP
, WAIT_INPUT
, RULE
, CODE
, PLACE_HOLDER
, END
, START
Id of the object intent, entity, service...