Skip to content
APIANT

Tagged: ai-chatbot

7 documents

clear filter
GuidePlatform UI (Fallback)

Browser 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.

#automation#actions#ai-chatbot
GuidePlatform UI (Fallback)

AI chatbots

AI-powered conversational agents that can be embedded into web pages and controlled through tool and goal automations to deliver intelligent responses.

#automation#ai-chatbot
GuidePlatform UI (Fallback)

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.

#automation#triggers#ai-chatbot#messaging
GuidePlatform UI (Fallback)

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.

#automation#triggers#actions#ai-chatbot#messaging
GuidePlatform UI (Fallback)

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.

#api#automation#triggers#actions#ai-chatbot
GuidePlatform UI (Fallback)

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.

#automation#actions#ai-chatbot
GuidePlatform UI (Fallback)

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.

#automation#actions#ai-chatbot#account