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.