Skip to content

Commit b5150e2

Browse files
committed
Add fin guidance applied schema in event_details in the conversations API
1 parent 551f8eb commit b5150e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18634,6 +18634,28 @@ components:
1863418634
type: string
1863518635
description: Result of the workflow event
1863618636
example: Finsihed waiting
18637+
fin_guidance_applied:
18638+
title: Part type - fin_guidance_applied
18639+
type: object
18640+
description: Contains details about the guidance that was applied for conversation part type <code>fin_guidance_applied</code>.
18641+
properties:
18642+
guidelines:
18643+
type: array
18644+
description: Array of guidance objects that were applied
18645+
items:
18646+
type: object
18647+
properties:
18648+
id:
18649+
type: string
18650+
description: The unique identifier of the guidance
18651+
example: "1"
18652+
title:
18653+
type: string
18654+
description: The title of the guidance
18655+
example: "Be helpful"
18656+
required:
18657+
- id
18658+
- title
1863718659
event_details:
1863818660
title: Event details of Workflow & actions
1863918661
type: object
@@ -18643,6 +18665,7 @@ components:
1864318665
- "$ref": "#/components/schemas/custom_action_started"
1864418666
- "$ref": "#/components/schemas/custom_action_finished"
1864518667
- "$ref": "#/components/schemas/operator_workflow_event"
18668+
- "$ref": "#/components/schemas/fin_guidance_applied"
1864618669
error:
1864718670
type: object
1864818671
title: Error

0 commit comments

Comments
 (0)