Uses of Class
com.mypurecloud.sdk.v2.model.CreateCallRequest
Packages that use CreateCallRequest
Package
Description
-
Uses of CreateCallRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateCallRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCalls(CreateCallRequest body) Create a call conversationConversationsApi.postConversationsCallsUserUserId(String userId, CreateCallRequest body) Create a call conversation on behalf of a userConversationsApi.postConversationsCallsUserUserIdWithHttpInfo(String userId, CreateCallRequest body) Create a call conversation on behalf of a userConversationsApi.postConversationsCallsWithHttpInfo(CreateCallRequest body) Create a call conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCallRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCalls(ApiRequest<CreateCallRequest> request) Create a call conversationConversationsApiAsync.postConversationsCallsAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversationConversationsApi.postConversationsCallsUserUserId(ApiRequest<CreateCallRequest> request) Create a call conversation on behalf of a userConversationsApiAsync.postConversationsCallsUserUserIdAsync(ApiRequest<CreateCallRequest> request, AsyncApiCallback<ApiResponse<CreateCallResponse>> callback) Create a call conversation on behalf of a user -
Uses of CreateCallRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateCallRequestModifier and TypeMethodDescriptionPostConversationsCallsRequest.getBody()PostConversationsCallsUserUserIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateCallRequestModifier and TypeMethodDescriptionPostConversationsCallsRequest.withHttpInfo()PostConversationsCallsUserUserIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateCallRequestModifier and TypeMethodDescriptionPostConversationsCallsRequest.builder(CreateCallRequest body) PostConversationsCallsUserUserIdRequest.builder(String userId, CreateCallRequest body) voidPostConversationsCallsRequest.setBody(CreateCallRequest body) voidPostConversationsCallsUserUserIdRequest.setBody(CreateCallRequest body) PostConversationsCallsRequest.Builder.withBody(CreateCallRequest body) PostConversationsCallsRequest.withBody(CreateCallRequest body) PostConversationsCallsUserUserIdRequest.Builder.withBody(CreateCallRequest body) PostConversationsCallsUserUserIdRequest.withBody(CreateCallRequest body) PostConversationsCallsRequest.Builder.withRequiredParams(CreateCallRequest body) PostConversationsCallsUserUserIdRequest.Builder.withRequiredParams(String userId, CreateCallRequest body) -
Uses of CreateCallRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCallRequestModifier and TypeMethodDescriptionCreateCallRequest.attributes(Map<String, String> attributes) The list of attributes to associate with the customer participant.The caller id phone number for this outbound call.CreateCallRequest.callerIdName(String callerIdName) The caller id name for this outbound call.CreateCallRequest.callFromQueueId(String callFromQueueId) The queue ID to call on behalf of.CreateCallRequest.callQueueId(String callQueueId) The queue ID to call.CreateCallRequest.callUserId(String callUserId) The user ID to call.CreateCallRequest.conversationIds(List<String> conversationIds) The list of existing call conversations to merge into a new ad-hoc conference.CreateCallRequest.externalContactId(String externalContactId) The external contact with which to associate the call.An optional label that categorizes the conversation.CreateCallRequest.languageId(String languageId) The language skill ID to use for routing this call (if calling a queue).CreateCallRequest.participants(List<Destination> participants) The list of participants to call to create a new ad-hoc conference.CreateCallRequest.phoneNumber(String phoneNumber) The phone number to dial.The priority to assign to this call (if calling a queue).CreateCallRequest.routingSkillExpression(String routingSkillExpression) The skill expression to use for routing this call (if calling a queue).CreateCallRequest.routingSkillsIds(List<String> routingSkillsIds) The skill ID's to use for routing this call (if calling a queue).User to User Information (UUI) data managed by SIP session application.