diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index cb0eaae..f423cde 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -11594,6 +11594,7 @@ paths: created_at: 1734537437 updated_at: 1734537531 recording_url: "https://api.intercom.io/calls/123/recording" + transcription_url: "https://api.intercom.io/calls/123/transcript" call_type: phone direction: outbound ended_reason: answered @@ -19240,6 +19241,12 @@ components: nullable: true description: API URL to download or redirect to the call recording if available. example: "https://api.intercom.io/calls/123/recording" + transcription_url: + type: string + format: uri + nullable: true + description: API URL to the call transcript if available. + example: "https://api.intercom.io/calls/123/transcript" call_type: type: string description: The type of call. diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index dc756ac..4be7b9b 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -10770,6 +10770,7 @@ paths: created_at: 1734537437 updated_at: 1734537531 recording_url: "https://api.intercom.io/calls/123/recording" + transcription_url: "https://api.intercom.io/calls/123/transcript" call_type: phone direction: outbound ended_reason: answered @@ -18114,6 +18115,12 @@ components: nullable: true description: API URL to download or redirect to the call recording if available. example: "https://api.intercom.io/calls/123/recording" + transcription_url: + type: string + format: uri + nullable: true + description: API URL to download or redirect to the call transcript if available. + example: "https://api.intercom.io/calls/123/transcript" call_type: type: string description: The type of call.