File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11594,6 +11594,7 @@ paths:
1159411594 created_at: 1734537437
1159511595 updated_at: 1734537531
1159611596 recording_url: "https://api.intercom.io/calls/123/recording"
11597+ transcription_url: "https://api.intercom.io/calls/123/transcript"
1159711598 call_type: phone
1159811599 direction: outbound
1159911600 ended_reason: answered
@@ -19240,6 +19241,12 @@ components:
1924019241 nullable: true
1924119242 description: API URL to download or redirect to the call recording if available.
1924219243 example: "https://api.intercom.io/calls/123/recording"
19244+ transcription_url:
19245+ type: string
19246+ format: uri
19247+ nullable: true
19248+ description: API URL to the call transcript if available.
19249+ example: "https://api.intercom.io/calls/123/transcript"
1924319250 call_type:
1924419251 type: string
1924519252 description: The type of call.
Original file line number Diff line number Diff line change @@ -10770,6 +10770,7 @@ paths:
1077010770 created_at: 1734537437
1077110771 updated_at: 1734537531
1077210772 recording_url: "https://api.intercom.io/calls/123/recording"
10773+ transcription_url: "https://api.intercom.io/calls/123/transcript"
1077310774 call_type: phone
1077410775 direction: outbound
1077510776 ended_reason: answered
@@ -18114,6 +18115,12 @@ components:
1811418115 nullable: true
1811518116 description: API URL to download or redirect to the call recording if available.
1811618117 example: "https://api.intercom.io/calls/123/recording"
18118+ transcription_url:
18119+ type: string
18120+ format: uri
18121+ nullable: true
18122+ description: API URL to download or redirect to the call transcript if available.
18123+ example: "https://api.intercom.io/calls/123/transcript"
1811718124 call_type:
1811818125 type: string
1811918126 description: The type of call.
You can’t perform that action at this time.
0 commit comments