conversation-config

Update Bridge Phrases Config

Update the bridge phrases configuration.

put/api/v1/conversation-config/bridges

Query parameters

agent_idinteger nullable

Agent ID to update config for

Agent ID to update config for

tool_namestring nullable

Tool name to update config for

Tool name to update config for

Request body

first_slow_messagesstring[]

Messages to say when the agent is first delayed.

very_slow_messagesstring[]

Messages to say when the agent is significantly delayed.

tool_responsesstring[]

Messages to say when a tool call is in progress.

localizedobject

Per-language overrides keyed by BCP-47 tag (e.g. "es-US").

Response

Successful Response

first_slow_messagesstring[]

Messages to say when the agent is first delayed.

very_slow_messagesstring[]

Messages to say when the agent is significantly delayed.

tool_responsesstring[]

Messages to say when a tool call is in progress.

localizedobject

Per-language overrides keyed by BCP-47 tag (e.g. "es-US").

Changes