Skip to content
Open
Show file tree
Hide file tree
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: 4 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25466,6 +25466,10 @@ components:
type: object
description: Fin's answer to the user's query.
properties:
id:
type: string
description: A unique identifier for this message.
example: '98765'
author:
type: string
enum:
Expand Down
4 changes: 4 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19976,6 +19976,10 @@ components:
type: object
description: Fin's answer to the user's query.
properties:
id:
type: string
description: A unique identifier for this message.
example: '98765'
author:
type: string
enum:
Expand Down
4 changes: 4 additions & 0 deletions descriptions/2.15/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20804,6 +20804,10 @@ components:
type: object
description: Fin's answer to the user's query.
properties:
id:
type: string
description: A unique identifier for this message.
example: '98765'
author:
type: string
enum:
Expand Down
Loading