@@ -18532,14 +18532,13 @@ components:
1853218532 description: The content sources used by AI Agent in the conversation.
1853318533 items:
1853418534 "$ref": "#/components/schemas/content_source"
18535- conversation :
18536- title: Conversation
18535+ conversation_list_item :
18536+ title: Conversation List Item
1853718537 type: object
1853818538 x-tags:
1853918539 - Conversations
18540- description: Conversations are how you can communicate with users in Intercom.
18541- They are created when a contact replies to an outbound message, or when one
18542- admin directly sends a message to a single contact.
18540+ description: The data returned about your conversations when you list or search
18541+ them.
1854318542 properties:
1854418543 type:
1854518544 type: string
@@ -18637,8 +18636,6 @@ components:
1863718636 "$ref": "#/components/schemas/sla_applied"
1863818637 statistics:
1863918638 "$ref": "#/components/schemas/conversation_statistics"
18640- conversation_parts:
18641- "$ref": "#/components/schemas/conversation_parts"
1864218639 linked_objects:
1864318640 "$ref": "#/components/schemas/linked_object_list"
1864418641 ai_agent_participated:
@@ -18648,6 +18645,19 @@ components:
1864818645 ai_agent:
1864918646 "$ref": "#/components/schemas/ai_agent"
1865018647 nullable: true
18648+ conversation:
18649+ title: Conversation
18650+ type: object
18651+ x-tags:
18652+ - Conversations
18653+ description: Conversations are how you can communicate with users in Intercom.
18654+ They are created when a contact replies to an outbound message, or when one
18655+ admin directly sends a message to a single contact.
18656+ properties:
18657+ conversation_parts:
18658+ "$ref": "#/components/schemas/conversation_parts"
18659+ allOf:
18660+ - "$ref": "#/components/schemas/conversation_list_item"
1865118661 conversation_attachment_files:
1865218662 title: Conversation attachment files
1865318663 type: object
@@ -18742,7 +18752,7 @@ components:
1874218752 type: array
1874318753 description: The list of conversation objects
1874418754 items:
18745- "$ref": "#/components/schemas/conversation "
18755+ "$ref": "#/components/schemas/conversation_list_item "
1874618756 total_count:
1874718757 type: integer
1874818758 description: A count of the total number of objects.
@@ -18874,8 +18884,7 @@ components:
1887418884 title: Conversation Parts
1887518885 type: object
1887618886 description: A list of Conversation Part objects for each part message in the
18877- conversation. This is only returned when Retrieving a Conversation, and ignored
18878- when Listing all Conversations. There is a limit of 500 parts.
18887+ conversation. There is a limit of 500 parts.
1887918888 properties:
1888018889 type:
1888118890 type: string
@@ -18887,8 +18896,7 @@ components:
1888718896 title: Conversation Parts
1888818897 type: array
1888918898 description: A list of Conversation Part objects for each part message in
18890- the conversation. This is only returned when Retrieving a Conversation,
18891- and ignored when Listing all Conversations. There is a limit of 500 parts.
18899+ the conversation. There is a limit of 500 parts.
1889218900 items:
1889318901 "$ref": "#/components/schemas/conversation_part"
1889418902 total_count:
0 commit comments