bandwidth-sdk 11.0.0.pre.beta.1.1 → 11.0.0.pre.beta.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/Gemfile.lock +44 -20
- data/README.md +7 -3
- data/Rakefile +10 -2
- data/bandwidth-sdk.gemspec +12 -12
- data/bandwidth.yml +401 -352
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +9759 -0
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
- data/coverage/assets/0.12.3/application.css +1 -0
- data/coverage/assets/0.12.3/application.js +7 -0
- data/coverage/assets/0.12.3/colorbox/border.png +0 -0
- data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
- data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
- data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.12.3/favicon_green.png +0 -0
- data/coverage/assets/0.12.3/favicon_red.png +0 -0
- data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/assets/0.12.3/loading.gif +0 -0
- data/coverage/assets/0.12.3/magnify.png +0 -0
- data/coverage/index.html +108249 -0
- data/custom_templates/Gemfile.mustache +11 -0
- data/custom_templates/README.mustache +170 -0
- data/custom_templates/gem.mustache +99 -0
- data/custom_templates/gemspec.mustache +37 -0
- data/custom_templates/version.mustache +7 -0
- data/docs/AnswerCallback.md +3 -3
- data/docs/BridgeCompleteCallback.md +2 -2
- data/docs/BridgeTargetCompleteCallback.md +2 -2
- data/docs/CallState.md +2 -2
- data/docs/CallsApi.md +15 -15
- data/docs/Conference.md +4 -4
- data/docs/ConferenceCompletedCallback.md +2 -2
- data/docs/ConferenceCreatedCallback.md +2 -2
- data/docs/ConferenceMemberExitCallback.md +2 -2
- data/docs/ConferenceMemberJoinCallback.md +2 -2
- data/docs/ConferenceRecordingAvailableCallback.md +2 -2
- data/docs/ConferenceRedirectCallback.md +2 -2
- data/docs/ConferencesApi.md +42 -42
- data/docs/CreateCall.md +11 -11
- data/docs/CreateCallResponse.md +11 -11
- data/docs/DisconnectCallback.md +2 -2
- data/docs/DtmfCallback.md +2 -2
- data/docs/GatherCallback.md +2 -2
- data/docs/InitiateCallback.md +2 -2
- data/docs/ListMessageItem.md +5 -3
- data/docs/MFAApi.md +6 -6
- data/docs/MachineDetectionCompleteCallback.md +3 -3
- data/docs/MachineDetectionConfiguration.md +2 -2
- data/docs/MachineDetectionResult.md +20 -0
- data/docs/Message.md +2 -2
- data/docs/MessageDeliveredCallbackMessage.md +1 -1
- data/docs/MessageFailedCallbackMessage.md +1 -1
- data/docs/MessageRequest.md +1 -1
- data/docs/MessageSendingCallbackMessage.md +1 -1
- data/docs/MessagesApi.md +5 -1
- data/docs/MessagesList.md +1 -1
- data/docs/PhoneNumberLookupApi.md +4 -4
- data/docs/RecordingAvailableCallback.md +2 -2
- data/docs/RecordingCompleteCallback.md +2 -2
- data/docs/RecordingsApi.md +52 -52
- data/docs/RedirectCallback.md +2 -2
- data/docs/StatisticsApi.md +2 -2
- data/docs/TranscribeRecording.md +4 -2
- data/docs/TranscriptionAvailableCallback.md +2 -2
- data/docs/TransferAnswerCallback.md +2 -2
- data/docs/TransferCompleteCallback.md +2 -2
- data/docs/TransferDisconnectCallback.md +2 -2
- data/docs/UpdateCall.md +3 -3
- data/docs/UpdateConference.md +3 -3
- data/lib/bandwidth-sdk/api/calls_api.rb +18 -18
- data/lib/bandwidth-sdk/api/conferences_api.rb +46 -46
- data/lib/bandwidth-sdk/api/media_api.rb +2 -2
- data/lib/bandwidth-sdk/api/messages_api.rb +8 -2
- data/lib/bandwidth-sdk/api/mfa_api.rb +10 -10
- data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +6 -6
- data/lib/bandwidth-sdk/api/recordings_api.rb +55 -55
- data/lib/bandwidth-sdk/api/statistics_api.rb +3 -3
- data/lib/bandwidth-sdk/api_client.rb +1 -1
- data/lib/bandwidth-sdk/api_error.rb +2 -2
- data/lib/bandwidth-sdk/configuration.rb +12 -10
- data/lib/bandwidth-sdk/models/account_statistics.rb +14 -21
- data/lib/bandwidth-sdk/models/answer_callback.rb +16 -24
- data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/bxml/bxml.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/nestable_verb.rb +3 -7
- data/lib/bandwidth-sdk/models/bxml/response.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/root.rb +3 -3
- data/lib/bandwidth-sdk/models/bxml/verb.rb +4 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/bridge.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/conference.rb +2 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb +16 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/forward.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +3 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/hangup.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/pause.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/pause_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/phone_number.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/play_audio.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/record.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/redirect.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/resume_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/ring.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/send_dtmf.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/sip_uri.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb +3 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/start_gather.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +29 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_gather.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_transcription.rb +15 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/tag.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +2 -4
- data/lib/bandwidth-sdk/models/call_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/call_recording_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/call_state.rb +16 -23
- data/lib/bandwidth-sdk/models/call_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/callback_method_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/code_request.rb +29 -22
- data/lib/bandwidth-sdk/models/conference.rb +17 -24
- data/lib/bandwidth-sdk/models/conference_completed_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_created_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_member.rb +14 -21
- data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/create_call.rb +34 -24
- data/lib/bandwidth-sdk/models/create_call_response.rb +36 -29
- data/lib/bandwidth-sdk/models/create_lookup_response.rb +14 -21
- data/lib/bandwidth-sdk/models/create_message_request_error.rb +18 -21
- data/lib/bandwidth-sdk/models/deferred_result.rb +14 -21
- data/lib/bandwidth-sdk/models/disconenct_callback.rb +1 -3
- data/lib/bandwidth-sdk/models/disconnect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/diversion.rb +14 -21
- data/lib/bandwidth-sdk/models/dtmf_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/field_error.rb +14 -21
- data/lib/bandwidth-sdk/models/file_format_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/gather_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/inbound_message_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/inbound_message_callback_message.rb +33 -21
- data/lib/bandwidth-sdk/models/initiate_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/list_message_item.rb +31 -27
- data/lib/bandwidth-sdk/models/lookup_request.rb +16 -21
- data/lib/bandwidth-sdk/models/lookup_result.rb +14 -21
- data/lib/bandwidth-sdk/models/lookup_status.rb +14 -21
- data/lib/bandwidth-sdk/models/lookup_status_enum.rb +5 -5
- data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +16 -24
- data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +14 -21
- data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/machine_detection_result.rb +224 -0
- data/lib/bandwidth-sdk/models/media.rb +14 -21
- data/lib/bandwidth-sdk/models/message.rb +23 -22
- data/lib/bandwidth-sdk/models/message_delivered_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/message_delivered_callback_message.rb +35 -21
- data/lib/bandwidth-sdk/models/message_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/message_failed_callback.rb +26 -21
- data/lib/bandwidth-sdk/models/message_failed_callback_message.rb +37 -21
- data/lib/bandwidth-sdk/models/message_request.rb +26 -23
- data/lib/bandwidth-sdk/models/message_sending_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/message_sending_callback_message.rb +37 -21
- data/lib/bandwidth-sdk/models/message_status_enum.rb +9 -9
- data/lib/bandwidth-sdk/models/message_type_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/messages_list.rb +15 -22
- data/lib/bandwidth-sdk/models/messaging_code_response.rb +14 -21
- data/lib/bandwidth-sdk/models/messaging_request_error.rb +18 -21
- data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/mfa_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/page_info.rb +14 -21
- data/lib/bandwidth-sdk/models/priority_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/recording_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/recording_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/recording_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/redirect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/redirect_method_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/stir_shaken.rb +14 -21
- data/lib/bandwidth-sdk/models/tag.rb +14 -21
- data/lib/bandwidth-sdk/models/tn_lookup_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/transcribe_recording.rb +32 -26
- data/lib/bandwidth-sdk/models/transcription.rb +14 -21
- data/lib/bandwidth-sdk/models/transcription_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transcription_list.rb +14 -21
- data/lib/bandwidth-sdk/models/transcription_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/update_call.rb +24 -22
- data/lib/bandwidth-sdk/models/update_call_recording.rb +16 -21
- data/lib/bandwidth-sdk/models/update_conference.rb +15 -22
- data/lib/bandwidth-sdk/models/update_conference_member.rb +14 -21
- data/lib/bandwidth-sdk/models/verify_code_request.rb +20 -21
- data/lib/bandwidth-sdk/models/verify_code_response.rb +14 -21
- data/lib/bandwidth-sdk/models/voice_api_error.rb +14 -21
- data/lib/bandwidth-sdk/models/voice_code_response.rb +14 -21
- data/lib/bandwidth-sdk/version.rb +2 -2
- data/lib/bandwidth-sdk.rb +5 -1
- data/openapi-config.yml +1 -0
- data/openapitools.json +7 -0
- data/spec/api/calls_api_spec.rb +228 -0
- data/spec/api/conferences_api_spec.rb +393 -0
- data/spec/api/media_api_spec.rb +129 -0
- data/spec/api/messages_api_spec.rb +193 -0
- data/spec/api/mfa_api_spec.rb +130 -0
- data/spec/api/phone_number_lookup_api_spec.rb +100 -0
- data/spec/api/recordings_api_spec.rb +395 -0
- data/spec/api/statistics_api_spec.rb +45 -0
- data/spec/api_client_spec.rb +377 -0
- data/spec/api_error_spec.rb +23 -0
- data/spec/call_utils.rb +28 -28
- data/spec/configuration_spec.rb +190 -0
- data/spec/integration/calls_api_integration_spec.rb +88 -69
- data/spec/integration/conferences_api_integration_spec.rb +74 -68
- data/spec/integration/media_api_integration_spec.rb +38 -32
- data/spec/integration/messages_api_integration_spec.rb +63 -50
- data/spec/integration/mfa_api_integration_spec.rb +41 -33
- data/spec/integration/phone_number_lookup_api_integration_spec.rb +26 -22
- data/spec/integration/recordings_api_integration_spec.rb +84 -77
- data/spec/integration/statistics_api_integration_spec.rb +15 -14
- data/spec/{unit/models → models}/bxml/bxml_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/nestable_verb_spec.rb +1 -3
- data/spec/{unit/models → models}/bxml/response_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verb_spec.rb +1 -14
- data/spec/{unit/models → models}/bxml/verbs/bridge_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/conference_spec.rb +0 -2
- data/spec/models/bxml/verbs/custom_param_spec.rb +36 -0
- data/spec/{unit/models → models}/bxml/verbs/forward_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/hangup_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/pause_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/pause_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/phone_number_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/play_audio_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/record_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/redirect_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/resume_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/ring_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/send_dtmf_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/sip_uri_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/speak_sentence_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_stream_spec.rb +2 -4
- data/spec/models/bxml/verbs/start_transcription_spec.rb +74 -0
- data/spec/{unit/models → models}/bxml/verbs/stop_gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/stop_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/stop_stream_spec.rb +0 -2
- data/spec/models/bxml/verbs/stop_transcription_spec.rb +34 -0
- data/spec/{unit/models → models}/bxml/verbs/stream_param_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/tag_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/transfer_spec.rb +0 -2
- data/spec/models/call_state_enum_spec.rb +16 -0
- data/spec/models/call_state_spec.rb +168 -0
- data/spec/models/deferred_result_spec.rb +74 -0
- data/spec/models/message_spec.rb +138 -0
- data/spec/models/verify_code_request_spec.rb +126 -0
- data/spec/spec_helper.rb +48 -31
- metadata +148 -256
- data/spec/unit/api/calls_api_spec.rb +0 -89
- data/spec/unit/api/conferences_api_spec.rb +0 -163
- data/spec/unit/api/media_api_spec.rb +0 -90
- data/spec/unit/api/messages_api_spec.rb +0 -73
- data/spec/unit/api/mfa_api_spec.rb +0 -74
- data/spec/unit/api/phone_number_lookup_api_spec.rb +0 -61
- data/spec/unit/api/recordings_api_spec.rb +0 -177
- data/spec/unit/api/statistics_api_spec.rb +0 -47
- data/spec/unit/models/account_statistics_spec.rb +0 -40
- data/spec/unit/models/answer_callback_spec.rb +0 -112
- data/spec/unit/models/bridge_complete_callback_spec.rb +0 -124
- data/spec/unit/models/bridge_target_complete_callback_spec.rb +0 -106
- data/spec/unit/models/call_direction_enum_spec.rb +0 -28
- data/spec/unit/models/call_recording_metadata_spec.rb +0 -136
- data/spec/unit/models/call_state_enum_spec.rb +0 -28
- data/spec/unit/models/call_state_spec.rb +0 -136
- data/spec/unit/models/callback_method_enum_spec.rb +0 -28
- data/spec/unit/models/code_request_spec.rb +0 -64
- data/spec/unit/models/conference_completed_callback_spec.rb +0 -58
- data/spec/unit/models/conference_created_callback_spec.rb +0 -58
- data/spec/unit/models/conference_member_exit_callback_spec.rb +0 -76
- data/spec/unit/models/conference_member_join_callback_spec.rb +0 -76
- data/spec/unit/models/conference_member_spec.rb +0 -64
- data/spec/unit/models/conference_recording_available_callback_spec.rb +0 -112
- data/spec/unit/models/conference_recording_metadata_spec.rb +0 -94
- data/spec/unit/models/conference_redirect_callback_spec.rb +0 -58
- data/spec/unit/models/conference_spec.rb +0 -76
- data/spec/unit/models/conference_state_enum_spec.rb +0 -28
- data/spec/unit/models/create_call_response_spec.rb +0 -154
- data/spec/unit/models/create_call_spec.rb +0 -142
- data/spec/unit/models/create_lookup_response_spec.rb +0 -40
- data/spec/unit/models/create_message_request_error_spec.rb +0 -46
- data/spec/unit/models/deferred_result_spec.rb +0 -40
- data/spec/unit/models/disconnect_callback_spec.rb +0 -130
- data/spec/unit/models/diversion_spec.rb +0 -70
- data/spec/unit/models/dtmf_callback_spec.rb +0 -130
- data/spec/unit/models/field_error_spec.rb +0 -40
- data/spec/unit/models/file_format_enum_spec.rb +0 -28
- data/spec/unit/models/gather_callback_spec.rb +0 -136
- data/spec/unit/models/inbound_message_callback_message_spec.rb +0 -100
- data/spec/unit/models/inbound_message_callback_spec.rb +0 -58
- data/spec/unit/models/initiate_callback_spec.rb +0 -100
- data/spec/unit/models/list_message_direction_enum_spec.rb +0 -28
- data/spec/unit/models/list_message_item_spec.rb +0 -124
- data/spec/unit/models/lookup_request_spec.rb +0 -34
- data/spec/unit/models/lookup_result_spec.rb +0 -82
- data/spec/unit/models/lookup_status_enum_spec.rb +0 -28
- data/spec/unit/models/lookup_status_spec.rb +0 -52
- data/spec/unit/models/machine_detection_complete_callback_spec.rb +0 -112
- data/spec/unit/models/machine_detection_configuration_spec.rb +0 -118
- data/spec/unit/models/machine_detection_mode_enum_spec.rb +0 -28
- data/spec/unit/models/media_spec.rb +0 -46
- data/spec/unit/models/message_delivered_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_delivered_callback_spec.rb +0 -58
- data/spec/unit/models/message_direction_enum_spec.rb +0 -28
- data/spec/unit/models/message_failed_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_failed_callback_spec.rb +0 -64
- data/spec/unit/models/message_request_spec.rb +0 -76
- data/spec/unit/models/message_sending_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_sending_callback_spec.rb +0 -58
- data/spec/unit/models/message_spec.rb +0 -106
- data/spec/unit/models/message_status_enum_spec.rb +0 -28
- data/spec/unit/models/message_type_enum_spec.rb +0 -28
- data/spec/unit/models/messages_list_spec.rb +0 -46
- data/spec/unit/models/messaging_code_response_spec.rb +0 -34
- data/spec/unit/models/messaging_request_error_spec.rb +0 -40
- data/spec/unit/models/mfa_forbidden_request_error_spec.rb +0 -34
- data/spec/unit/models/mfa_request_error_spec.rb +0 -40
- data/spec/unit/models/mfa_unauthorized_request_error_spec.rb +0 -34
- data/spec/unit/models/page_info_spec.rb +0 -52
- data/spec/unit/models/priority_enum_spec.rb +0 -28
- data/spec/unit/models/recording_available_callback_spec.rb +0 -160
- data/spec/unit/models/recording_complete_callback_spec.rb +0 -160
- data/spec/unit/models/recording_state_enum_spec.rb +0 -28
- data/spec/unit/models/redirect_callback_spec.rb +0 -124
- data/spec/unit/models/redirect_method_enum_spec.rb +0 -28
- data/spec/unit/models/stir_shaken_spec.rb +0 -46
- data/spec/unit/models/tag_spec.rb +0 -40
- data/spec/unit/models/tn_lookup_request_error_spec.rb +0 -34
- data/spec/unit/models/transcribe_recording_spec.rb +0 -64
- data/spec/unit/models/transcription_available_callback_spec.rb +0 -154
- data/spec/unit/models/transcription_list_spec.rb +0 -34
- data/spec/unit/models/transcription_metadata_spec.rb +0 -52
- data/spec/unit/models/transcription_spec.rb +0 -40
- data/spec/unit/models/transfer_answer_callback_spec.rb +0 -118
- data/spec/unit/models/transfer_complete_callback_spec.rb +0 -136
- data/spec/unit/models/transfer_disconnect_callback_spec.rb +0 -148
- data/spec/unit/models/update_call_recording_spec.rb +0 -34
- data/spec/unit/models/update_call_spec.rb +0 -88
- data/spec/unit/models/update_conference_member_spec.rb +0 -46
- data/spec/unit/models/update_conference_spec.rb +0 -82
- data/spec/unit/models/verify_code_request_spec.rb +0 -52
- data/spec/unit/models/verify_code_response_spec.rb +0 -34
- data/spec/unit/models/voice_api_error_spec.rb +0 -46
- data/spec/unit/models/voice_code_response_spec.rb +0 -34
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -116,7 +116,7 @@ module Bandwidth
|
|
116
116
|
def self.openapi_types
|
117
117
|
{
|
118
118
|
:'event_type' => :'String',
|
119
|
-
:'event_time' => :'
|
119
|
+
:'event_time' => :'Time',
|
120
120
|
:'account_id' => :'String',
|
121
121
|
:'application_id' => :'String',
|
122
122
|
:'from' => :'String',
|
@@ -149,7 +149,7 @@ module Bandwidth
|
|
149
149
|
# @param [Hash] attributes Model attributes in the form of hash
|
150
150
|
def initialize(attributes = {})
|
151
151
|
if (!attributes.is_a?(Hash))
|
152
|
-
fail ArgumentError,
|
152
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::BridgeCompleteCallback` initialize method'
|
153
153
|
end
|
154
154
|
|
155
155
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -228,6 +228,7 @@ module Bandwidth
|
|
228
228
|
# Show invalid properties with the reasons. Usually used together with valid?
|
229
229
|
# @return Array for valid properties with the reasons
|
230
230
|
def list_invalid_properties
|
231
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
231
232
|
invalid_properties = Array.new
|
232
233
|
invalid_properties
|
233
234
|
end
|
@@ -235,6 +236,7 @@ module Bandwidth
|
|
235
236
|
# Check to see if the all the properties in the model are valid
|
236
237
|
# @return true if the model is valid
|
237
238
|
def valid?
|
239
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
238
240
|
true
|
239
241
|
end
|
240
242
|
|
@@ -277,37 +279,30 @@ module Bandwidth
|
|
277
279
|
# @param [Hash] attributes Model attributes in the form of hash
|
278
280
|
# @return [Object] Returns the model itself
|
279
281
|
def self.build_from_hash(attributes)
|
280
|
-
new.build_from_hash(attributes)
|
281
|
-
end
|
282
|
-
|
283
|
-
# Builds the object from hash
|
284
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
285
|
-
# @return [Object] Returns the model itself
|
286
|
-
def build_from_hash(attributes)
|
287
282
|
return nil unless attributes.is_a?(Hash)
|
288
283
|
attributes = attributes.transform_keys(&:to_sym)
|
289
|
-
|
290
|
-
|
291
|
-
|
284
|
+
transformed_hash = {}
|
285
|
+
openapi_types.each_pair do |key, type|
|
286
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
287
|
+
transformed_hash["#{key}"] = nil
|
292
288
|
elsif type =~ /\AArray<(.*)>/i
|
293
289
|
# check to ensure the input is an array given that the attribute
|
294
290
|
# is documented as an array but the input is not
|
295
|
-
if attributes[
|
296
|
-
|
291
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
292
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
297
293
|
end
|
298
|
-
elsif !attributes[
|
299
|
-
|
294
|
+
elsif !attributes[attribute_map[key]].nil?
|
295
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
300
296
|
end
|
301
297
|
end
|
302
|
-
|
303
|
-
self
|
298
|
+
new(transformed_hash)
|
304
299
|
end
|
305
300
|
|
306
301
|
# Deserializes the data based on type
|
307
302
|
# @param string type Data type
|
308
303
|
# @param string value Value to be deserialized
|
309
304
|
# @return [Object] Deserialized data
|
310
|
-
def _deserialize(type, value)
|
305
|
+
def self._deserialize(type, value)
|
311
306
|
case type.to_sym
|
312
307
|
when :Time
|
313
308
|
Time.parse(value)
|
@@ -391,7 +386,5 @@ module Bandwidth
|
|
391
386
|
value
|
392
387
|
end
|
393
388
|
end
|
394
|
-
|
395
389
|
end
|
396
|
-
|
397
390
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -104,7 +104,7 @@ module Bandwidth
|
|
104
104
|
def self.openapi_types
|
105
105
|
{
|
106
106
|
:'event_type' => :'String',
|
107
|
-
:'event_time' => :'
|
107
|
+
:'event_time' => :'Time',
|
108
108
|
:'account_id' => :'String',
|
109
109
|
:'application_id' => :'String',
|
110
110
|
:'from' => :'String',
|
@@ -132,7 +132,7 @@ module Bandwidth
|
|
132
132
|
# @param [Hash] attributes Model attributes in the form of hash
|
133
133
|
def initialize(attributes = {})
|
134
134
|
if (!attributes.is_a?(Hash))
|
135
|
-
fail ArgumentError,
|
135
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::BridgeTargetCompleteCallback` initialize method'
|
136
136
|
end
|
137
137
|
|
138
138
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -199,6 +199,7 @@ module Bandwidth
|
|
199
199
|
# Show invalid properties with the reasons. Usually used together with valid?
|
200
200
|
# @return Array for valid properties with the reasons
|
201
201
|
def list_invalid_properties
|
202
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
202
203
|
invalid_properties = Array.new
|
203
204
|
invalid_properties
|
204
205
|
end
|
@@ -206,6 +207,7 @@ module Bandwidth
|
|
206
207
|
# Check to see if the all the properties in the model are valid
|
207
208
|
# @return true if the model is valid
|
208
209
|
def valid?
|
210
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
209
211
|
true
|
210
212
|
end
|
211
213
|
|
@@ -245,37 +247,30 @@ module Bandwidth
|
|
245
247
|
# @param [Hash] attributes Model attributes in the form of hash
|
246
248
|
# @return [Object] Returns the model itself
|
247
249
|
def self.build_from_hash(attributes)
|
248
|
-
new.build_from_hash(attributes)
|
249
|
-
end
|
250
|
-
|
251
|
-
# Builds the object from hash
|
252
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
253
|
-
# @return [Object] Returns the model itself
|
254
|
-
def build_from_hash(attributes)
|
255
250
|
return nil unless attributes.is_a?(Hash)
|
256
251
|
attributes = attributes.transform_keys(&:to_sym)
|
257
|
-
|
258
|
-
|
259
|
-
|
252
|
+
transformed_hash = {}
|
253
|
+
openapi_types.each_pair do |key, type|
|
254
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
255
|
+
transformed_hash["#{key}"] = nil
|
260
256
|
elsif type =~ /\AArray<(.*)>/i
|
261
257
|
# check to ensure the input is an array given that the attribute
|
262
258
|
# is documented as an array but the input is not
|
263
|
-
if attributes[
|
264
|
-
|
259
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
260
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
265
261
|
end
|
266
|
-
elsif !attributes[
|
267
|
-
|
262
|
+
elsif !attributes[attribute_map[key]].nil?
|
263
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
268
264
|
end
|
269
265
|
end
|
270
|
-
|
271
|
-
self
|
266
|
+
new(transformed_hash)
|
272
267
|
end
|
273
268
|
|
274
269
|
# Deserializes the data based on type
|
275
270
|
# @param string type Data type
|
276
271
|
# @param string value Value to be deserialized
|
277
272
|
# @return [Object] Deserialized data
|
278
|
-
def _deserialize(type, value)
|
273
|
+
def self._deserialize(type, value)
|
279
274
|
case type.to_sym
|
280
275
|
when :Time
|
281
276
|
Time.parse(value)
|
@@ -359,7 +354,5 @@ module Bandwidth
|
|
359
354
|
value
|
360
355
|
end
|
361
356
|
end
|
362
|
-
|
363
357
|
end
|
364
|
-
|
365
358
|
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Bxml
|
4
|
-
include Bandwidth::Bxml::Root
|
5
|
-
|
3
|
+
class Bxml < Bandwidth::Bxml::Root
|
6
4
|
# Initializer
|
7
5
|
# @param nested_verbs [Array<Verb>] XML element children. Defaults to an empty array.
|
8
6
|
def initialize(nested_verbs = [])
|
9
|
-
super(tag='Bxml', nested_verbs)
|
7
|
+
super(tag = 'Bxml', nested_verbs)
|
10
8
|
end
|
11
9
|
end
|
12
10
|
end
|
@@ -2,9 +2,7 @@ require 'ox'
|
|
2
2
|
|
3
3
|
module Bandwidth
|
4
4
|
module Bxml
|
5
|
-
|
6
|
-
include Bandwidth::Bxml::Verb
|
7
|
-
|
5
|
+
class NestableVerb < Bandwidth::Bxml::Verb
|
8
6
|
# Initializer
|
9
7
|
# @param tag [String] Name of the XML element.
|
10
8
|
# @param content [String] XML element content. Defaults to nil.
|
@@ -15,7 +13,6 @@ module Bandwidth
|
|
15
13
|
@content = content
|
16
14
|
@nested_verbs = nested_verbs
|
17
15
|
@attributes = attributes
|
18
|
-
@attribute_map = []
|
19
16
|
end
|
20
17
|
|
21
18
|
# Generate an XML element for the verb
|
@@ -32,7 +29,7 @@ module Bandwidth
|
|
32
29
|
end
|
33
30
|
end
|
34
31
|
|
35
|
-
if !@attributes.empty?
|
32
|
+
if !@attributes.empty? && !@attribute_map.nil?
|
36
33
|
@attributes.each do |key, value|
|
37
34
|
if @attribute_map.include? key.to_sym
|
38
35
|
root[@attribute_map[key.to_sym]] = value
|
@@ -42,9 +39,8 @@ module Bandwidth
|
|
42
39
|
end
|
43
40
|
end
|
44
41
|
|
45
|
-
|
42
|
+
root
|
46
43
|
end
|
47
|
-
|
48
44
|
end
|
49
45
|
end
|
50
46
|
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Response
|
4
|
-
include Bandwidth::Bxml::Root
|
5
|
-
|
3
|
+
class Response < Bandwidth::Bxml::Root
|
6
4
|
# Initializer
|
7
5
|
# @param nested_verbs [Array<Verb>] XML element children. Defaults to an empty array.
|
8
6
|
def initialize(nested_verbs = [])
|
9
|
-
super(tag='Response', nested_verbs)
|
7
|
+
super(tag = 'Response', nested_verbs)
|
10
8
|
end
|
11
9
|
end
|
12
10
|
end
|
@@ -5,7 +5,7 @@ module Bandwidth
|
|
5
5
|
SPEAK_SENTENCE_REGEX = /<SpeakSentence.*?>(.*?)<\/SpeakSentence>/
|
6
6
|
SSML_REGEX = /<([a-zA-Z\/\/].*?)>/
|
7
7
|
|
8
|
-
|
8
|
+
class Root
|
9
9
|
# Initializer
|
10
10
|
# @param tag [String] Name of the XML element.
|
11
11
|
# @param nested_verbs [Array<Verb>] XML element children. Defaults to an empty array.
|
@@ -27,7 +27,7 @@ module Bandwidth
|
|
27
27
|
root << verb.generate_xml
|
28
28
|
end
|
29
29
|
xml << root
|
30
|
-
|
30
|
+
xml
|
31
31
|
end
|
32
32
|
|
33
33
|
# Add a verb to the nested verbs array
|
@@ -40,7 +40,7 @@ module Bandwidth
|
|
40
40
|
# @return [String] The XML response in string format.
|
41
41
|
def to_bxml
|
42
42
|
bxml = Ox.dump(generate_xml)
|
43
|
-
|
43
|
+
bxml.gsub(SPEAK_SENTENCE_REGEX) { |text| text.gsub(SSML_REGEX, '<\1>') }
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -2,7 +2,7 @@ require 'ox'
|
|
2
2
|
|
3
3
|
module Bandwidth
|
4
4
|
module Bxml
|
5
|
-
|
5
|
+
class Verb
|
6
6
|
# Initializer
|
7
7
|
# @param tag [String] Name of the XML element.
|
8
8
|
# @param content [String] XML element content. Defaults to nil.
|
@@ -11,7 +11,6 @@ module Bandwidth
|
|
11
11
|
@tag = tag
|
12
12
|
@content = content
|
13
13
|
@attributes = attributes
|
14
|
-
@attribute_map = []
|
15
14
|
end
|
16
15
|
|
17
16
|
# Set XML attributes for the verb
|
@@ -28,7 +27,7 @@ module Bandwidth
|
|
28
27
|
root << @content
|
29
28
|
end
|
30
29
|
|
31
|
-
if !@attributes.empty?
|
30
|
+
if !@attributes.empty? && !@attribute_map.nil?
|
32
31
|
@attributes.each do |key, value|
|
33
32
|
if @attribute_map.include? key.to_sym
|
34
33
|
root[@attribute_map[key.to_sym]] = value
|
@@ -38,13 +37,13 @@ module Bandwidth
|
|
38
37
|
end
|
39
38
|
end
|
40
39
|
|
41
|
-
|
40
|
+
root
|
42
41
|
end
|
43
42
|
|
44
43
|
# Return BXML representaion of this element
|
45
44
|
# @return [String] The XML element in string format.
|
46
45
|
def to_bxml
|
47
|
-
|
46
|
+
Ox.dump(generate_xml)
|
48
47
|
end
|
49
48
|
end
|
50
49
|
end
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Bridge
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Bridge < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param target_call [String] The callId of the call to be bridged.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(target_call, attributes = {})
|
10
|
-
super(
|
8
|
+
super('Bridge', target_call, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
bridge_complete_url: 'bridgeCompleteUrl', # Optional [String]: URL to send the Bridge Complete event to and request new BXML. If this attribute is specified, then Verbs following the <Bridge> verb will be ignored and the BXML returned in this webhook is executed on the call. If this attribute is not specified then no webhook will be sent, and execution of the verbs following the <Bridge> verb continues. May be a relative URL. Defaults to None.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Conference
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Conference < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param name [String] The name of the conference. Can contain up to 100 characters of letters, numbers, and the symbols -, _, and .
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(name, attributes = {})
|
10
|
-
super(
|
8
|
+
super('Conference', name, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
mute: 'mute', # Optional [Boolean]: A boolean value to indicate whether the member should be on mute in the conference. When muted, a member can hear others speak, but others cannot hear them speak. Defaults to false.
|
@@ -28,4 +26,3 @@ module Bandwidth
|
|
28
26
|
end
|
29
27
|
end
|
30
28
|
end
|
31
|
-
|
@@ -0,0 +1,16 @@
|
|
1
|
+
module Bandwidth
|
2
|
+
module Bxml
|
3
|
+
class CustomParam < Bandwidth::Bxml::Verb
|
4
|
+
# Initializer
|
5
|
+
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
6
|
+
def initialize(attributes = {})
|
7
|
+
super('CustomParam', nil, attributes)
|
8
|
+
|
9
|
+
@attribute_map = {
|
10
|
+
name: 'name', # [String]: The name of this parameter, up to 256 characters.
|
11
|
+
value: 'value', # [String]: The value of this parameter, up to 2048 characters.
|
12
|
+
}
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Forward
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Forward < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('Forward', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
to: 'to', # [String]: The phone number destination of the call.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Gather
|
4
|
-
include Bandwidth::Bxml::NestableVerb
|
5
|
-
|
3
|
+
class Gather < Bandwidth::Bxml::NestableVerb
|
6
4
|
# Initializer
|
7
5
|
# @param audio_verbs [Array] XML element children. Defaults to an empty array. Valid nested audio verbs are: SpeakSentence, PlayAudio.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(audio_verbs = [], attributes = {})
|
10
|
-
super(
|
8
|
+
super('Gather', nil, audio_verbs, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
gather_url: 'gatherUrl', # Optional [String]: URL to send Gather event to and request new BXML. May be a relative URL.
|
@@ -31,7 +29,7 @@ module Bandwidth
|
|
31
29
|
# @return [String] The XML response in string format.
|
32
30
|
def to_bxml
|
33
31
|
bxml = Ox.dump(generate_xml)
|
34
|
-
|
32
|
+
bxml.gsub(SPEAK_SENTENCE_REGEX) { |text| text.gsub(SSML_REGEX, '<\1>') }
|
35
33
|
end
|
36
34
|
|
37
35
|
# Add audio verb/s to the nested verbs array
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Pause
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Pause < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('Pause', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
duration: 'duration', # Optional [Number]: The time in seconds to pause. Default value is 1.
|
@@ -1,11 +1,9 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class PauseRecording
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class PauseRecording < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
def initialize
|
8
|
-
super(
|
6
|
+
super('PauseRecording', nil, {})
|
9
7
|
end
|
10
8
|
end
|
11
9
|
end
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class PhoneNumber
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class PhoneNumber < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param number [String] A phone number to transfer the call to. Value must be in E.164 format (e.g. +15555555555).
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(number, attributes = {})
|
10
|
-
super(
|
8
|
+
super('PhoneNumber', number, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
transfer_answer_url: 'transferAnswerUrl', # Optional [String]: URL, if any, to send the Transfer Answer event to and request BXML to be executed for the called party before the call is bridged. May be a relative URL. Defaults to None.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class PlayAudio
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class PlayAudio < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param audio_uri [String] The URL of the audio file to play. May be a relative URL.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(audio_uri, attributes = {})
|
10
|
-
super(
|
8
|
+
super('PlayAudio', audio_uri, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
username: 'username', # Optional [String]: The username to send in the HTTP request to audio_uri.
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Record
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Record < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('Record', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
record_complete_url: 'recordCompleteUrl', # Optional [String]: URL to send the Record Complete event to once the recording has ended. Accepts BXML, and may be a relative URL. This callback will not be sent if the recording ended due to the call hanging up. Defaults to None.
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Redirect
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Redirect < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('Redirect', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
redirect_url: 'redirectUrl', # [String]: URL to request new BXML from. A Redirect event will be sent to this endpoint. May be a relative URL. Defaults to None.
|
@@ -1,11 +1,9 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class ResumeRecording
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class ResumeRecording < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
def initialize
|
8
|
-
super(
|
6
|
+
super('ResumeRecording', nil, {})
|
9
7
|
end
|
10
8
|
end
|
11
9
|
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Ring
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Ring < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('Ring', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
duration: 'duration', # Optional [Number]: How many seconds to play ringing on the call. Default value is 5. Range: decimal values between 0.1 - 86400.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class SendDtmf
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class SendDtmf < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param digits [String] String containing the DTMF characters to be sent in a call. Allows a maximum of 50 characters. The digits will be sent one-by-one with a marginal delay.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(digits, attributes = {})
|
10
|
-
super(
|
8
|
+
super('SendDtmf', digits, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
tone_duration: 'toneDuration', # Optional [Number]: The length (in milliseconds) of each DTMF tone. Default value is 200. Range: decimal values between 50 - 5000.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class SipUri
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class SipUri < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param uri [String] A SIP URI to transfer the call to (e.g. sip:user@server.com)
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(uri, attributes = {})
|
10
|
-
super(
|
8
|
+
super('SipUri', uri, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
uui: 'uui', # Optional [String]: The value of the User-To-User header to send within the initial INVITE. Must include the encoding parameter as specified in RFC 7433. Only base64 and jwt encoding are currently allowed. This value, including the encoding specifier, may not exceed 256 characters. Defaults to None.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class SpeakSentence
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class SpeakSentence < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param text [String] The text to speak. Cannot be blank. Can be a mixture of plain text and SSML tags.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(text, attributes = {})
|
10
|
-
super(
|
8
|
+
super('SpeakSentence', text, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
voice: 'voice', # Optional [String]: Selects the voice of the speaker. If the voice attribute is present, gender and locale are ignored. You can find a list of supported voices here: https://dev.bandwidth.com/docs/voice/bxml/speakSentence/#supported-voices
|
@@ -20,7 +18,7 @@ module Bandwidth
|
|
20
18
|
# @return [String] The XML response in string format.
|
21
19
|
def to_bxml
|
22
20
|
bxml = Ox.dump(generate_xml)
|
23
|
-
|
21
|
+
bxml.gsub(SPEAK_SENTENCE_REGEX) { |text| text.gsub(SSML_REGEX, '<\1>') }
|
24
22
|
end
|
25
23
|
end
|
26
24
|
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class StartGather
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class StartGather < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('StartGather', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
dtmf_url: 'dtmfUrl', # [String]: URL to send the DTMF event to. May be a relative URL.
|