You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**transcriptionId**|**String**| The programmable voice API transcription ID. |[optional]|
11
11
|**transcriptionName**|**String**| The programmable voice API transcription name. This name could be provided by the user when creating the transcription. |[optional]|
12
-
|**transcriptionUrl**|**String**| A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice/#operation/getCallTranscription) endpoint. |[optional]|
12
+
|**transcriptionUrl**|**String**| A URL that may be used to retrieve the transcription itself. This points to the [Get Call Transcription](/apis/voice-apis/voice/#tag/Transcriptions/operation/getRealTimeTranscription) endpoint. |[optional]|
|**callId**|**String**| The call id associated with the event. |[optional]|
11
11
|**conferenceId**|**String**| The unique, Bandwidth-generated ID of the conference that was recorded |[optional]|
12
-
|**memberUrl**|**URI**| A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's [Get Conference Member](/apis/voice/#operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice/#operation/updateConferenceMember) endpoint. |[optional]|
12
+
|**memberUrl**|**URI**| A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's [Get Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice-apis/voice/#tag/Conferences/operation/updateConferenceMember) endpoint. |[optional]|
13
13
|**mute**|**Boolean**| Whether or not this member is currently muted. Members who are muted are still able to hear other participants. If used in a PUT request, updates this member's mute status. Has no effect if omitted. |[optional]|
14
14
|**hold**|**Boolean**| Whether or not this member is currently on hold. Members who are on hold are not able to hear or speak in the conference. If used in a PUT request, updates this member's hold status. Has no effect if omitted. |[optional]|
15
15
|**callIdsToCoach**|**List<String>**| If this member had a value set for `callIdsToCoach` in its [Conference](/docs/voice/bxml/conference) verb or this list was added with a previous PUT request to modify the member, this is that list of calls. If present in a PUT request, modifies the calls that this member is coaching. Has no effect if omitted. See the documentation for the [Conference](/docs/voice/bxml/conference) verb for more details about coaching. Note that this will not add the matching calls to the conference; each call must individually execute a Conference verb to join. |[optional]|
Copy file name to clipboardExpand all lines: docs/TranscriptionsApi.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost*
4
4
5
5
| Method | HTTP request | Description |
6
6
|------------- | ------------- | -------------|
7
-
|[**deleteRealTimeTranscription**](TranscriptionsApi.md#deleteRealTimeTranscription)|**DELETE** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} | Delete a specific transcription|
8
-
|[**getRealTimeTranscription**](TranscriptionsApi.md#getRealTimeTranscription)|**GET** /accounts/{accountId}/calls/{callId}/transcriptions/{transcriptionId} |Retrieve a specific transcription|
9
-
|[**listRealTimeTranscriptions**](TranscriptionsApi.md#listRealTimeTranscriptions)|**GET** /accounts/{accountId}/calls/{callId}/transcriptions |Enumerate transcriptions made with StartTranscription|
Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
0 commit comments