docs/CallsApi.md in bandwidth-sdk-11.0.0.pre.beta.1.1 vs docs/CallsApi.md in bandwidth-sdk-11.0.0.pre.beta.2.0
- old
+ new
@@ -29,12 +29,12 @@
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = Bandwidth::CallsApi.new
-account_id = '9900000' # String | Your Bandwidth Account ID
-create_call = Bandwidth::CreateCall.new({to: '+19195551234', from: '+19195554321', application_id: '1234-qwer-5679-tyui', answer_url: 'https://www.myCallbackServer.com/webhooks/answer'}) # CreateCall | JSON object containing information to create an outbound call
+account_id = '9900000' # String | Your Bandwidth Account ID.
+create_call = Bandwidth::CreateCall.new({to: '+19195551234', from: '+19195554321', application_id: '1234-qwer-5679-tyui', answer_url: 'https://www.myCallbackServer.example/webhooks/answer'}) # CreateCall | JSON object containing information to create an outbound call
begin
# Create Call
result = api_instance.create_call(account_id, create_call)
p result
@@ -63,11 +63,11 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **account_id** | **String** | Your Bandwidth Account ID | |
+| **account_id** | **String** | Your Bandwidth Account ID. | |
| **create_call** | [**CreateCall**](CreateCall.md) | JSON object containing information to create an outbound call | |
### Return type
[**CreateCallResponse**](CreateCallResponse.md)
@@ -101,12 +101,12 @@
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = Bandwidth::CallsApi.new
-account_id = '9900000' # String | Your Bandwidth Account ID
-call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID
+account_id = '9900000' # String | Your Bandwidth Account ID.
+call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID.
begin
# Get Call State Information
result = api_instance.get_call_state(account_id, call_id)
p result
@@ -135,12 +135,12 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **account_id** | **String** | Your Bandwidth Account ID | |
-| **call_id** | **String** | Programmable Voice API Call ID | |
+| **account_id** | **String** | Your Bandwidth Account ID. | |
+| **call_id** | **String** | Programmable Voice API Call ID. | |
### Return type
[**CallState**](CallState.md)
@@ -173,12 +173,12 @@
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = Bandwidth::CallsApi.new
-account_id = '9900000' # String | Your Bandwidth Account ID
-call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID
+account_id = '9900000' # String | Your Bandwidth Account ID.
+call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID.
update_call = Bandwidth::UpdateCall.new # UpdateCall | JSON object containing information to redirect an existing call to a new BXML document
begin
# Update Call
api_instance.update_call(account_id, call_id, update_call)
@@ -207,12 +207,12 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **account_id** | **String** | Your Bandwidth Account ID | |
-| **call_id** | **String** | Programmable Voice API Call ID | |
+| **account_id** | **String** | Your Bandwidth Account ID. | |
+| **call_id** | **String** | Programmable Voice API Call ID. | |
| **update_call** | [**UpdateCall**](UpdateCall.md) | JSON object containing information to redirect an existing call to a new BXML document | |
### Return type
nil (empty response body)
@@ -246,12 +246,12 @@
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = Bandwidth::CallsApi.new
-account_id = '9900000' # String | Your Bandwidth Account ID
-call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID
+account_id = '9900000' # String | Your Bandwidth Account ID.
+call_id = 'c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85' # String | Programmable Voice API Call ID.
body = '<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<Bxml>
<SpeakSentence>This is a test sentence.</SpeakSentence>
</Bxml>' # String |
@@ -283,11 +283,11 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **account_id** | **String** | Your Bandwidth Account ID | |
-| **call_id** | **String** | Programmable Voice API Call ID | |
+| **account_id** | **String** | Your Bandwidth Account ID. | |
+| **call_id** | **String** | Programmable Voice API Call ID. | |
| **body** | **String** | | |
### Return type
nil (empty response body)