Skip to content

Commit 9c4d3f8

Browse files
Update src/Bandwidth.Standard/Model/CallTranscriptionMetadata.cs
Co-authored-by: Mike Hamer <[email protected]>
1 parent defd357 commit 9c4d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bandwidth.Standard/Model/CallTranscriptionMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public partial class CallTranscriptionMetadata : IEquatable<CallTranscriptionMet
5252
public string TranscriptionId { get; set; }
5353

5454
/// <summary>
55-
/// A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getCallTranscription) endpoint.
55+
/// A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getRecordingTranscription) endpoint.
5656
/// </summary>
5757
/// <value>A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getCallTranscription) endpoint.</value>
5858
/// <example>https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-fef240ff-5cfc9091-8069-4863-a8c0-a4dcbbf1f1a4/transcriptions/t-3f758f24-c7a2fc78-7c91-401a-8b2e-e542f9c40d6b</example>

0 commit comments

Comments
 (0)