Sha256: 1ea56ad3390a6a8a95c01e611fecaeb0e992d1c7c3f11f39c8c746e5a11049d5
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 KB
Contents
--- title: CreateCallRequest --- :::error **The Ruby SDK is deprecated as of 9/16/2020** The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cloud Ruby SDK, you will need to use the Genesys Cloud REST endpoints directly. More information can be found in the [Official Announcement](https://developer.mypurecloud.com/forum/t/announcement-genesys-cloud-ruby-sdk-end-of-life/8850). ::: ## PureCloud::CreateCallRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **phone_number** | **String** | The phone number to dial. | [optional] | | **caller_id** | **String** | The caller id phone number for this outbound call. | [optional] | | **caller_id_name** | **String** | The caller id name for this outbound call. | [optional] | | **call_from_queue_id** | **String** | The queue ID to call on behalf of. | [optional] | | **call_queue_id** | **String** | The queue ID to call. | [optional] | | **call_user_id** | **String** | The user ID to call. | [optional] | | **priority** | **Integer** | The priority to assign to this call (if calling a queue). | [optional] | | **language_id** | **String** | The language skill ID to use for routing this call (if calling a queue). | [optional] | | **routing_skills_ids** | **Array<String>** | The skill ID's to use for routing this call (if calling a queue). | [optional] | | **conversation_ids** | **Array<String>** | The list of existing call conversations to merge into a new ad-hoc conference. | [optional] | | **participants** | [**Array<Destination>**](Destination.html) | The list of participants to call to create a new ad-hoc conference. | [optional] | | **uui_data** | **String** | User to User Information (UUI) data managed by SIP session application. | [optional] | {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-98.0.0 | docs/CreateCallRequest.md |