-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97c9ad8
commit c33be83
Showing
1 changed file
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
/* | ||
* Bandwidth | ||
* Bandwidth's Communication APIs | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
package com.bandwidth.sdk.api; | ||
|
||
import com.bandwidth.sdk.ApiResponse; | ||
|
@@ -57,6 +45,7 @@ | |
/** | ||
* API tests for TranscriptionsApi | ||
*/ | ||
|
||
public class TranscriptionsApiTest { | ||
|
||
ApiClient defaultClient = Configuration.getDefaultApiClient(); | ||
|
@@ -87,6 +76,7 @@ public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, Interr | |
|
||
|
||
// This is just creating the call, modifying with StartTranscript, and ending it so we can test the transcription below. | ||
|
||
ApiResponse<CreateCallResponse> createCallResponse = callsApi.createCallWithHttpInfo(BW_ACCOUNT_ID, createMantecaCallBody); | ||
|
||
|
||
|