API calls
Integrate Chatlayer with your backend or 3rd-party services to share data with the bot, or enrich the bot with captured data.
Last updated
Was this helpful?
Integrate Chatlayer with your backend or 3rd-party services to share data with the bot, or enrich the bot with captured data.
Last updated
Was this helpful?
Please note that the term dialog state refers to the same thing as , in the context of development tools.
The received message is going through Chatlayer’s NLP engine to detect the and the returned intent combined with user context will be used to retrieve the next block in the conversation.
Chatlayer’s can be added in a block to send an API request to your server with different types of static data and/or user session data.
Session data will first be stored in the so that you can use this data in messages defined in the array of messages or in messages defined in a dialog state defined as nextDialogstate
in the API response. Second, messages will be sent, and afterwards the user is redirected to the nextDialogstate
. All fields are optional.