Skip to content

Commit f9f74dd

Browse files
Revert "feat: Add ai_topics schema to conversation response (#385)" (#500)
This reverts commit 5b01fc5.
1 parent 26b8dce commit f9f74dd

1 file changed

Lines changed: 0 additions & 68 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -7748,7 +7748,6 @@ paths:
77487748
data: []
77497749
total_count: 0
77507750
has_more: false
7751-
ai_topics:
77527751
ai_agent:
77537752
ai_agent_participated: false
77547753
schema:
@@ -7997,7 +7996,6 @@ paths:
79977996
data: []
79987997
total_count: 0
79997998
has_more: false
8000-
ai_topics:
80017999
ai_agent:
80028000
ai_agent_participated: false
80038001
conversation_parts:
@@ -8174,7 +8172,6 @@ paths:
81748172
data: []
81758173
total_count: 0
81768174
has_more: false
8177-
ai_topics:
81788175
ai_agent:
81798176
ai_agent_participated: false
81808177
conversation_parts:
@@ -8422,7 +8419,6 @@ paths:
84228419
data: []
84238420
total_count: 0
84248421
has_more: false
8425-
ai_topics:
84268422
ai_agent:
84278423
ai_agent_participated: false
84288424
conversation_parts:
@@ -8529,7 +8525,6 @@ paths:
85298525
data: []
85308526
total_count: 0
85318527
has_more: false
8532-
ai_topics:
85338528
ai_agent:
85348529
ai_agent_participated: false
85358530
conversation_parts:
@@ -8867,7 +8862,6 @@ paths:
88678862
data: []
88688863
total_count: 0
88698864
has_more: false
8870-
ai_topics:
88718865
ai_agent:
88728866
ai_agent_participated: false
88738867
schema:
@@ -8970,7 +8964,6 @@ paths:
89708964
data: []
89718965
total_count: 0
89728966
has_more: false
8973-
ai_topics:
89748967
ai_agent:
89758968
ai_agent_participated: false
89768969
conversation_parts:
@@ -9047,7 +9040,6 @@ paths:
90479040
data: []
90489041
total_count: 0
90499042
has_more: false
9050-
ai_topics:
90519043
ai_agent:
90529044
ai_agent_participated: false
90539045
conversation_parts:
@@ -9136,7 +9128,6 @@ paths:
91369128
data: []
91379129
total_count: 0
91389130
has_more: false
9139-
ai_topics:
91409131
ai_agent:
91419132
ai_agent_participated: false
91429133
conversation_parts:
@@ -9216,7 +9207,6 @@ paths:
92169207
data: []
92179208
total_count: 0
92189209
has_more: false
9219-
ai_topics:
92209210
ai_agent:
92219211
ai_agent_participated: false
92229212
conversation_parts:
@@ -9417,7 +9407,6 @@ paths:
94179407
data: []
94189408
total_count: 0
94199409
has_more: false
9420-
ai_topics:
94219410
ai_agent:
94229411
ai_agent_participated: false
94239412
conversation_parts:
@@ -9494,7 +9483,6 @@ paths:
94949483
data: []
94959484
total_count: 0
94969485
has_more: false
9497-
ai_topics:
94989486
ai_agent:
94999487
ai_agent_participated: false
95009488
conversation_parts:
@@ -9571,7 +9559,6 @@ paths:
95719559
data: []
95729560
total_count: 0
95739561
has_more: false
9574-
ai_topics:
95759562
ai_agent:
95769563
ai_agent_participated: false
95779564
conversation_parts:
@@ -9648,7 +9635,6 @@ paths:
96489635
data: []
96499636
total_count: 0
96509637
has_more: false
9651-
ai_topics:
96529638
ai_agent:
96539639
ai_agent_participated: false
96549640
conversation_parts:
@@ -10357,7 +10343,6 @@ paths:
1035710343
data: []
1035810344
total_count: 0
1035910345
has_more: false
10360-
ai_topics:
1036110346
ai_agent:
1036210347
ai_agent_participated: false
1036310348
conversation_parts:
@@ -19294,57 +19279,6 @@ components:
1929419279
example:
1929519280
email: user@example.com
1929619281
company.name: Acme Inc
19297-
ai_subtopic:
19298-
title: AI Subtopic
19299-
type: object
19300-
description: An AI-generated subtopic under a topic.
19301-
properties:
19302-
type:
19303-
type: string
19304-
description: Always ai_subtopic.
19305-
example: ai_subtopic
19306-
name:
19307-
type: string
19308-
description: The name of the subtopic.
19309-
example: Payment Issues
19310-
id:
19311-
type: integer
19312-
description: The ID of the subtopic.
19313-
example: 42
19314-
ai_topic:
19315-
title: AI Topic
19316-
type: object
19317-
description: An AI-generated topic assigned to the conversation.
19318-
properties:
19319-
type:
19320-
type: string
19321-
description: Always ai_topic.
19322-
example: ai_topic
19323-
topic_name:
19324-
type: string
19325-
description: The name of the AI-generated topic.
19326-
example: Billing
19327-
subtopics:
19328-
type: array
19329-
description: The subtopics under this topic.
19330-
items:
19331-
$ref: '#/components/schemas/ai_subtopic'
19332-
ai_topics:
19333-
title: AI Topics
19334-
type: object
19335-
x-tags:
19336-
- AI Topics
19337-
description: AI-generated topics and subtopics for the conversation.
19338-
properties:
19339-
type:
19340-
type: string
19341-
description: Always ai_topics.
19342-
example: ai_topics
19343-
topics:
19344-
type: array
19345-
description: The list of AI-generated topics for this conversation.
19346-
items:
19347-
$ref: '#/components/schemas/ai_topic'
1934819282
app:
1934919283
title: App
1935019284
type: object
@@ -22039,8 +21973,6 @@ components:
2203921973
"$ref": "#/components/schemas/conversation_parts"
2204021974
linked_objects:
2204121975
"$ref": "#/components/schemas/linked_object_list"
22042-
ai_topics:
22043-
"$ref": "#/components/schemas/ai_topics"
2204421976
ai_agent_participated:
2204521977
type: boolean
2204621978
description: Indicates whether the AI Agent participated in the conversation.

0 commit comments

Comments
 (0)