Skip to main content

AgentTrigger

Trigger mechanism that activates the agent interaction.

Determines how users initiate communication with the agent, enabling different entry points for agent-powered workflows.

enum AgentTrigger {
CHAT
BUTTON
}

Values

AgentTrigger.CHAT

Agent is triggered through a chat interface.

Users interact with the agent through a conversational chat interface, enabling real-time messaging and dialogue-based workflows.

AgentTrigger.BUTTON

Agent is triggered through a button click.

Users activate the agent through a UI button, enabling single-action workflows and quick-trigger operations.

Member Of

Agent object ● AgentCreateInput input ● AgentSearchInput input ● AgentUpdateInput input