v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
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

messagesstring[]

Unified ordered bridge phrases. If empty, legacy fields are used.

randomize_messagesboolean

When true, unified messages are played in randomized no-repeat cycles. Ignored when unified messages are disabled.

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").

smart_turn_timeout_secondsnumber nullable

Seconds of caller silence before injecting the first bridge phrase. Subsequent sleep intervals are 2x, 3x, 4x this base. When unset, the service-wide default applies.

Response

Successful Response

messagesstring[]

Unified ordered bridge phrases. If empty, legacy fields are used.

randomize_messagesboolean

When true, unified messages are played in randomized no-repeat cycles. Ignored when unified messages are disabled.

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").

smart_turn_timeout_secondsnumber nullable

Seconds of caller silence before injecting the first bridge phrase. Subsequent sleep intervals are 2x, 3x, 4x this base. When unset, the service-wide default applies.