@@ -19,7 +19,7 @@ If you need to brush up on properties, [read more](/management/configuration-api
1919
2020| Namespace | Properties |
2121| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22- | ** chats** | [ ` queue.routing_priority ` ] ( #queuerouting_priority ) [ ` agent_timeout_inactivity_form_min ` ] ( #agent_timeout_inactivity_form_min ) [ ` manual_routing.override ` ] ( #manual_routingoverride ) [ ` queue.reopen_threshold.override ` ] ( #queuereopen_thresholdoverride ) [ ` queue.enabled.override ` ] ( #queueenabledoverride ) [ ` chat_inactive_after_min ` ] ( #chat_inactive_after_min ) [ ` archive_chat_after_min ` ] ( #archive_chat_after_min ) [ ` archive_offline_chat_after_min ` ] ( #archive_offline_chat_after_min ) [ ` customer_timeout_after_min ` ] ( #customer_timeout_after_min ) [ ` transfer_chat_after_min ` ] ( #transfer_chat_after_min ) [ ` manual_routing ` ] ( #manual_routing ) [ ` max_agent_active_chats ` ] ( #max_agent_active_chats ) [ ` queue.enabled ` ] ( #queueenabled ) [ ` queue.reopen_threshold ` ] ( #queuereopen_threshold ) [ ` prefer_recent_agent ` ] ( #prefer_recent_agent ) [ ` queue.limit ` ] ( #queuelimit ) [ ` formatting ` ] ( #formatting ) |
22+ | ** chats** | [ ` queue.routing_priority ` ] ( #queuerouting_priority ) [ ` agent_timeout_inactivity_form_min ` ] ( #agent_timeout_inactivity_form_min ) [ ` manual_routing.override ` ] ( #manual_routingoverride ) [ ` queue.reopen_threshold.override ` ] ( #queuereopen_thresholdoverride ) [ ` queue.enabled.override ` ] ( #queueenabledoverride ) [ ` chat_inactive_after_min ` ] ( #chat_inactive_after_min ) [ ` archive_chat_after_min ` ] ( #archive_chat_after_min ) [ ` archive_offline_chat_after_min ` ] ( #archive_offline_chat_after_min ) [ ` customer_timeout_after_min ` ] ( #customer_timeout_after_min ) [ ` transfer_chat_after_min ` ] ( #transfer_chat_after_min ) [ ` manual_routing ` ] ( #manual_routing ) [ ` max_agent_active_chats ` ] ( #max_agent_active_chats ) [ ` queue.enabled ` ] ( #queueenabled ) [ ` queue.reopen_threshold ` ] ( #queuereopen_threshold ) [ ` prefer_recent_agent ` ] ( #prefer_recent_agent ) [ ` queue.limit ` ] ( #queuelimit ) [ ` formatting ` ] ( #formatting ) [ ` resolved ` ] ( #resolved ) |
2323| ** core** | [ ` transcript_emails ` ] ( #transcript_emails ) |
2424| ** lc2** | [ ` file_safety_confirmation ` ] ( #file_safety_confirmation ) [ ` form_type ` ] ( #form_type ) [ ` greeting_id ` ] ( #greeting_id ) [ ` greeting_unique_id ` ] ( #greeting_unique_id ) [ ` welcome_author_id ` ] ( #welcome_author_id ) [ ` welcome_message ` ] ( #welcome_message ) [ ` welcome_text ` ] ( #welcome_text ) |
2525| **limits** | [`access_rules.additional`](#access_rulesadditional) [`access_rules.base`](#access_rulesbase) [`access_rules.hard`](#access_ruleshard) [`agents.additional`](#agentsadditional) [`agents.base`](#agentsbase) [`agents.hard`](#agentshard) [`archives_retention.additional`](#archives_retentionadditional) [`archives_retention.base`](#archives_retentionbase) [`archives_retention.hard`](#archives_retentionhard) [`banned.additional`](#bannedadditional) [`banned.base`](#bannedbase) [`banned.hard`](#bannedhard) [`concurrent_chats.additional`](#concurrent_chatsadditional) [`concurrent_chats.base`](#concurrent_chatsbase) [`concurrent_chats.hard`](#concurrent_chatshard) [`customers_retention.additional`](#customers_retentionadditional) [`customers_retention.base`](#customers_retentionbase) [`customers_retention.hard`](#customers_retentionhard) [`groups.additional`](#groupsadditional) [`groups.base`](#groupsbase) [`groups.hard`](#groupshard) [`groups_per_agent.additional`](#groups_per_agentadditional) [`groups_per_agent.base`](#groups_per_agentbase) [`groups_per_agent.hard`](#groups_per_agenthard) [`group_chooser_groups.additional`](#group_chooser_groupsadditional) [`group_chooser_groups.base`](#group_chooser_groupsbase) [`group_chooser_groups.hard`](#group_chooser_groupshard) [`monitored_customers.additional`](#monitored_customersadditional) [`monitored_customers.base`](#monitored_customersbase) [`monitored_customers.hard`](#monitored_customershard) [`queue.additional`](#queueadditional) [`queue.base`](#queuebase) [`queue.hard`](#queuehard) [`queue_continuous.additional`](#queue_continuousadditional) [`queue_continuous.base`](#queue_continuousbase) [`queue_continuous.hard`](#queue_continuoushard) [`tags.additional`](#tagsadditional) [`tags.base`](#tagsbase) [`tags.hard`](#tagshard) |
@@ -193,6 +193,15 @@ Specifies the formatting of the message.
193193| ** Data type** | ` string ` |
194194| ** Values** | ` commonmark ` |
195195
196+ ### resolved
197+
198+ Specifies whether a thread was resolved by an AI agent.
199+
200+ | | |
201+ | ------------- | ------------------------- |
202+ | ** Access** | ` r ` for Agents in threads |
203+ | ** Data type** | ` bool ` |
204+
196205</Text >
197206<Code >
198207<CodeResponse title = { ' Properties in the chats namespace' } >
@@ -216,7 +225,8 @@ Specifies the formatting of the message.
216225 "queue.reopen_threshold" : 90 ,
217226 "prefer_recent_agent" : true ,
218227 "queue.limit" : 100 ,
219- "formatting" : " commonmark"
228+ "formatting" : " commonmark" ,
229+ "resolved" : true
220230 }
221231 }
222232}
0 commit comments