Skip to content
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36040,7 +36040,7 @@ components:
Event fired when Fin replies to a user.
The content of the response will be contained in the message object.
Intermediate replies have status 'replying'; a separate fin_status_updated
event with 'awaiting_user_reply' fires as a done signal.
event with 'awaiting_user_reply' fires once Fin's reply is done.
x-tags:
- Fin Agent
properties:
Expand Down Expand Up @@ -36093,7 +36093,7 @@ components:
description: |
Fin's current status.
- replying: Intermediate reply part; more parts may follow
- awaiting_user_reply: Legacy status; use fin_status_updated event as the done signal instead
- awaiting_user_reply: Legacy status; instead use the fin_status_updated event with 'awaiting_user_reply', which fires once Fin's reply is done
example: replying
stream_id:
type: string
Expand Down