Skip to content

Commit ee99973

Browse files
committed
update schema in 2.13 version
1 parent b5150e2 commit ee99973

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18653,9 +18653,6 @@ components:
1865318653
type: string
1865418654
description: The title of the guidance
1865518655
example: "Be helpful"
18656-
required:
18657-
- id
18658-
- title
1865918656
event_details:
1866018657
title: Event details of Workflow & actions
1866118658
type: object

descriptions/2.13/api.intercom.io.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17475,6 +17475,25 @@ components:
1747517475
type: string
1747617476
description: Result of the workflow event
1747717477
example: Finsihed waiting
17478+
fin_guidance_applied:
17479+
title: Part type - fin_guidance_applied
17480+
type: object
17481+
description: Contains details about the guidance that was applied for conversation part type <code>fin_guidance_applied</code>.
17482+
properties:
17483+
guidelines:
17484+
type: array
17485+
description: Array of guidance objects that were applied
17486+
items:
17487+
type: object
17488+
properties:
17489+
id:
17490+
type: string
17491+
description: The unique identifier of the guidance
17492+
example: "1"
17493+
title:
17494+
type: string
17495+
description: The title of the guidance
17496+
example: "Be helpful"
1747817497
event_details:
1747917498
title: Event details of Workflow & actions
1748017499
type: object
@@ -17484,6 +17503,7 @@ components:
1748417503
- "$ref": "#/components/schemas/custom_action_started"
1748517504
- "$ref": "#/components/schemas/custom_action_finished"
1748617505
- "$ref": "#/components/schemas/operator_workflow_event"
17506+
- "$ref": "#/components/schemas/fin_guidance_applied"
1748717507
error:
1748817508
type: object
1748917509
title: Error

0 commit comments

Comments
 (0)