From 92be8a547ebc6376bff7fc8474de067b7a5a1948 Mon Sep 17 00:00:00 2001 From: Ivan Branimir Skoric <58559012+ib-skoric@users.noreply.github.com> Date: Fri, 22 May 2026 11:53:34 +0100 Subject: [PATCH] Add ai_*_availability boolean fields to content_snippet schema (Preview only) Sourced from intercom/intercom#512207. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- descriptions/0/api.intercom.io.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index bd352a1..5b58f07 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -6848,6 +6848,9 @@ paths: body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n" chatbot_availability: 1 copilot_availability: 1 + ai_chatbot_availability: true + ai_copilot_availability: true + ai_sales_agent_availability: true created_at: 1663597223 updated_at: 1663597223 total_count: 1 @@ -6899,6 +6902,9 @@ paths: body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n" chatbot_availability: 1 copilot_availability: 1 + ai_chatbot_availability: true + ai_copilot_availability: true + ai_sales_agent_availability: true created_at: 1663597223 updated_at: 1663597223 schema: @@ -6953,6 +6959,9 @@ paths: body_markdown: "# How to reset your password\n\nNavigate to Settings > Security > Reset password.\n" chatbot_availability: 1 copilot_availability: 1 + ai_chatbot_availability: true + ai_copilot_availability: true + ai_sales_agent_availability: true created_at: 1663597223 updated_at: 1663597223 schema: @@ -7019,6 +7028,9 @@ paths: body_markdown: "# How to reset your password (updated)\n\nGo to Settings > Security > Reset password and follow the steps.\n" chatbot_availability: 1 copilot_availability: 1 + ai_chatbot_availability: true + ai_copilot_availability: true + ai_sales_agent_availability: true created_at: 1663597223 updated_at: 1663597300 schema: @@ -22273,6 +22285,18 @@ components: description: Whether this snippet is available for Copilot (1 = on, 0 = off). example: 1 + ai_chatbot_availability: + type: boolean + description: Whether this snippet is available for AI Chatbot. + example: true + ai_copilot_availability: + type: boolean + description: Whether this snippet is available for AI Copilot. + example: true + ai_sales_agent_availability: + type: boolean + description: Whether this snippet is available for AI Sales Agent. + example: true created_at: type: integer description: The time the snippet was created as a UNIX timestamp.