Skip to content

Commit f0c0524

Browse files
committed
add AddAiAgentRatingCreatedAtUpdatedAtToConversation
1 parent c5a5f78 commit f0c0524

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14826,6 +14826,18 @@ components:
1482614826
description: The customer satisfaction rating remark given to AI Agent.
1482714827
example: Very helpful!
1482814828
nullable: true
14829+
created_at:
14830+
type: integer
14831+
format: date-time
14832+
description: The time when the AI agent rating was created.
14833+
example: 1663597260
14834+
nullable: true
14835+
updated_at:
14836+
type: integer
14837+
format: date-time
14838+
description: The time when the AI agent rating was last updated.
14839+
example: 1663597260
14840+
nullable: true
1482914841
content_sources:
1483014842
"$ref": "#/components/schemas/content_sources_list"
1483114843
app:

0 commit comments

Comments
 (0)