Version: Latest

Actions

After each user message, the model will predict an action that the assistant should perform next. This page gives you an overview of the different types of actions you can use.

Responses

A response is a message the assistant will send back to the user. This is the action you will use most often, when you want the assistant to send text, images, buttons or similar to the user.

Custom Actions

A custom action is an action that can run any code you want. This can be used to make an API call, or to query a database for example.

Default Actions

Default actions are actions that are built into the dialogue manager by default. Most of these are automatically predicted based on certain conversation situations. You may want to customize these to personalize your assistant.