Tagged: ai-chatbot
7 documents
clear filterBrowser storage
Browser storage actions save and fetch data in the user's local storage, persisting across page reloads and multiple chat widgets on the same domain. Data can expire after a configured number of hours.
AI chatbots
AI-powered conversational agents that can be embedded into web pages and controlled through tool and goal automations to deliver intelligent responses.
Building an AI chatbot
Set up an automated chatbot that triggers on incoming messages, passes user input to an AI model for processing, and returns generated responses to the chat widget.
Chatbot goal automations
Goal automations steer chatbot conversations toward specific outcomes by collecting user information and executing sequential tasks. They operate independently from AI invocation and can be nested to accomplish complex workflows.
Chatbot tool automations
Tool automations extend chatbot capabilities by wrapping actions that the AI model can invoke based on conversation context. Build them with input fields, actions, and output definitions.
Conversation memory
Conversation memory stores temporary values during a single chat session using actions to save and retrieve named data scoped to that conversation's unique identifier.
External account association
Link user identities between your business system and the chat widget by appending query parameters to the embed URL or storing values in browser local storage.