diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml
index 9207c2a..13b100d 100644
--- a/descriptions/0/api.intercom.io.yaml
+++ b/descriptions/0/api.intercom.io.yaml
@@ -18634,6 +18634,25 @@ components:
type: string
description: Result of the workflow event
example: Finsihed waiting
+ fin_guidance_applied:
+ title: Part type - fin_guidance_applied
+ type: object
+ description: Contains details about the guidance that was applied for conversation part type fin_guidance_applied
.
+ properties:
+ guidelines:
+ type: array
+ description: Array of guidance objects that were applied
+ items:
+ type: object
+ properties:
+ id:
+ type: string
+ description: The unique identifier of the guidance
+ example: "1"
+ title:
+ type: string
+ description: The title of the guidance
+ example: "Be helpful"
event_details:
title: Event details of Workflow & actions
type: object
@@ -18643,6 +18662,7 @@ components:
- "$ref": "#/components/schemas/custom_action_started"
- "$ref": "#/components/schemas/custom_action_finished"
- "$ref": "#/components/schemas/operator_workflow_event"
+ - "$ref": "#/components/schemas/fin_guidance_applied"
error:
type: object
title: Error
diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml
index 87cdee1..a9cb64b 100644
--- a/descriptions/2.13/api.intercom.io.yaml
+++ b/descriptions/2.13/api.intercom.io.yaml
@@ -17475,6 +17475,25 @@ components:
type: string
description: Result of the workflow event
example: Finsihed waiting
+ fin_guidance_applied:
+ title: Part type - fin_guidance_applied
+ type: object
+ description: Contains details about the guidance that was applied for conversation part type fin_guidance_applied
.
+ properties:
+ guidelines:
+ type: array
+ description: Array of guidance objects that were applied
+ items:
+ type: object
+ properties:
+ id:
+ type: string
+ description: The unique identifier of the guidance
+ example: "1"
+ title:
+ type: string
+ description: The title of the guidance
+ example: "Be helpful"
event_details:
title: Event details of Workflow & actions
type: object
@@ -17484,6 +17503,7 @@ components:
- "$ref": "#/components/schemas/custom_action_started"
- "$ref": "#/components/schemas/custom_action_finished"
- "$ref": "#/components/schemas/operator_workflow_event"
+ - "$ref": "#/components/schemas/fin_guidance_applied"
error:
type: object
title: Error