Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18230,8 +18230,10 @@ components:
title: Conversation Rating
type: object
nullable: true
description: The Conversation Rating object which contains information on the
rating and/or remark added by a Contact and the Admin assigned to the conversation.
description: |-
The Conversation Rating object which contains information on the rating and/or remark added by a Contact and the Admin assigned to the conversation.

Note: Starting from version 2.15, this returns the latest completed conversation rating (one with an actual rating value). If no completed ratings exist, it falls back to the latest rating. In earlier versions, this returns the latest rating by ID regardless of completion status.
Comment thread
markdennis22 marked this conversation as resolved.
Outdated
properties:
rating:
type: integer
Expand Down
Loading