AgentHumanClarificationConfig
Persisted settings for escalating an unresolved client question to a human manager.
Whether the agent may defer a dialogue and ask a human manager for help.
falsechannel_id object
Manager-facing destination chat/channel for clarification notifications.
- string
- null
message_thread_id object
Optional thread or topic inside the manager channel.
- string
- null
How long the clarification may stay pending before expiring.
Possible values: >= 1
14400extra_text object
Optional extra static text appended to the manager notification.
- string
- null
Whether the client-facing waiting message is sent after the manager notification succeeds.
truefollow_up_message_source object
Optional source of the client-facing waiting message. Literal content (text, prepared_message_id, waba_template_id, files) is sent as-is; a source with only prompt_id generates the message with that prompt; when unset, the message is generated with a built-in prompt.
- MessageSource
- null
text object
- string
- null
prompt_id object
- integer
- null
prompt_version_id object
- integer
- null
prepared_message_id object
- integer
- null
waba_template_id object
- integer
- null
caption object
- string
- null
timeout_follow_up_message_source object
- MessageSource
- null
text object
- string
- null
prompt_id object
- integer
- null
prompt_version_id object
- integer
- null
prepared_message_id object
- integer
- null
waba_template_id object
- integer
- null
caption object
- string
- null
Ordered lead CRM field keys that should be snapshotted into each clarification.
{
"enabled": false,
"channel_id": "string",
"message_thread_id": "string",
"timeout_seconds": 14400,
"extra_text": "string",
"follow_up_enabled": true,
"follow_up_message_source": {
"text": "string",
"prompt_id": 0,
"prompt_version_id": 0,
"prepared_message_id": 0,
"waba_template_id": 0,
"file_ids": [
0
],
"caption": "string"
},
"timeout_follow_up_message_source": {
"text": "string",
"prompt_id": 0,
"prompt_version_id": 0,
"prepared_message_id": 0,
"waba_template_id": 0,
"file_ids": [
0
],
"caption": "string"
},
"lead_field_names": [
"string"
]
}