Uses of Class
com.mypurecloud.sdk.v2.model.CreateQueueRequest
Packages that use CreateQueueRequest
Package
Description
-
Uses of CreateQueueRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateQueueRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingQueues(CreateQueueRequest body) Create a queueRoutingApi.postRoutingQueuesWithHttpInfo(CreateQueueRequest body) Create a queueMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateQueueRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingQueues(ApiRequest<CreateQueueRequest> request) Create a queueRoutingApiAsync.postRoutingQueuesAsync(ApiRequest<CreateQueueRequest> request, AsyncApiCallback<ApiResponse<Queue>> callback) Create a queue -
Uses of CreateQueueRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateQueueRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateQueueRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateQueueRequestModifier and TypeMethodDescriptionPostRoutingQueuesRequest.builder(CreateQueueRequest body) voidPostRoutingQueuesRequest.setBody(CreateQueueRequest body) PostRoutingQueuesRequest.Builder.withBody(CreateQueueRequest body) PostRoutingQueuesRequest.withBody(CreateQueueRequest body) PostRoutingQueuesRequest.Builder.withRequiredParams(CreateQueueRequest body) -
Uses of CreateQueueRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateQueueRequestModifier and TypeMethodDescriptionCreateQueueRequest.acwSettings(AcwSettings acwSettings) The ACW settings for the queue.CreateQueueRequest.agentOwnedRouting(AgentOwnedRouting agentOwnedRouting) The Agent Owned Routing settings for the queueCreateQueueRequest.autoAnswerOnly(Boolean autoAnswerOnly) Specifies whether the configured whisper should play for all ACD calls, or only for those which are auto-answered.The bullseye settings for the queue.CreateQueueRequest.callingPartyName(String callingPartyName) The name to use for caller identification for outbound calls from this queue.CreateQueueRequest.callingPartyNumber(String callingPartyNumber) The phone number to use for caller identification for outbound calls from this queue.CreateQueueRequest.cannedResponseLibraries(CannedResponseLibraries cannedResponseLibraries) Canned response library IDs and mode with which they are associated with the queueCreateQueueRequest.conditionalGroupActivation(ConditionalGroupActivation conditionalGroupActivation) The Conditional Group Activation settings for the queue.CreateQueueRequest.conditionalGroupRouting(ConditionalGroupRouting conditionalGroupRouting) The Conditional Group Routing settings for the queue.The ID of the user that created the queue.CreateQueueRequest.dateCreated(Date dateCreated) The date the queue was created.CreateQueueRequest.dateModified(Date dateModified) The date of the last modification to the queue.CreateQueueRequest.defaultScripts(Map<String, Script> defaultScripts) The default script Ids for the communication types.CreateQueueRequest.description(String description) The queue description.CreateQueueRequest.directRouting(DirectRouting directRouting) The Direct Routing settings for the queueCreateQueueRequest.division(WritableDivision division) The division to which this entity belongs.CreateQueueRequest.emailInQueueFlow(DomainEntityRef emailInQueueFlow) The in-queue flow to use for email conversations waiting in queue.CreateQueueRequest.enableAudioMonitoring(Boolean enableAudioMonitoring) Indicates whether audio monitoring is enabled for this queue.CreateQueueRequest.enableManualAssignment(Boolean enableManualAssignment) Indicates whether manual assignment is enabled for this queue.CreateQueueRequest.enableTranscription(Boolean enableTranscription) Indicates whether voice transcription is enabled for this queue.CreateQueueRequest.lastAgentRoutingMode(CreateQueueRequest.LastAgentRoutingModeEnum lastAgentRoutingMode) The Last Agent Routing Mode for the queue.CreateQueueRequest.mediaSettings(QueueMediaSettings mediaSettings) The media settings for the queue.CreateQueueRequest.memberGroups(List<MemberGroup> memberGroups) The groups of agents associated with the queue, if any.CreateQueueRequest.messageInQueueFlow(DomainEntityRef messageInQueueFlow) The in-queue flow to use for message conversations waiting in queue.CreateQueueRequest.modifiedBy(String modifiedBy) The ID of the user that last modified the queue.The queue nameCreateQueueRequest.onHoldPrompt(DomainEntityRef onHoldPrompt) The audio to be played when calls on this queue are on hold.CreateQueueRequest.outboundEmailAddress(QueueEmailAddress outboundEmailAddress) The default email address to use for outbound email from this queue.CreateQueueRequest.outboundMessagingAddresses(QueueMessagingAddresses outboundMessagingAddresses) The messaging addresses for the queue.The ID of an associated external queue.CreateQueueRequest.queueFlow(DomainEntityRef queueFlow) The in-queue flow to use for call conversations waiting in queue.CreateQueueRequest.routingRules(List<RoutingRule> routingRules) The routing rules for the queue, used for Preferred Agent Routing.CreateQueueRequest.scoringMethod(CreateQueueRequest.ScoringMethodEnum scoringMethod) The Scoring Method for the queue.CreateQueueRequest.skillEvaluationMethod(CreateQueueRequest.SkillEvaluationMethodEnum skillEvaluationMethod) The skill evaluation method to use when routing conversations.CreateQueueRequest.sourceQueueId(String sourceQueueId) The id of an existing queue to copy the settings (does not include GPR settings) from when creating a new queue.CreateQueueRequest.suppressInQueueCallRecording(Boolean suppressInQueueCallRecording) Indicates whether recording in-queue calls is suppressed for this queue.CreateQueueRequest.whisperPrompt(DomainEntityRef whisperPrompt) The prompt used for whisper on the queue, if configured.