Uses of Class
com.mypurecloud.sdk.v2.model.CreateCallbackOnConversationCommand
Packages that use CreateCallbackOnConversationCommand
Package
Description
-
Uses of CreateCallbackOnConversationCommand in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateCallbackOnConversationCommandModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantCallbacks(String conversationId, String participantId, CreateCallbackOnConversationCommand body) Create a new callback for the specified participant on the conversation.ConversationsApi.postConversationParticipantCallbacksWithHttpInfo(String conversationId, String participantId, CreateCallbackOnConversationCommand body) Create a new callback for the specified participant on the conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCallbackOnConversationCommandModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantCallbacks(ApiRequest<CreateCallbackOnConversationCommand> request) Create a new callback for the specified participant on the conversation.ConversationsApiAsync.postConversationParticipantCallbacksAsync(ApiRequest<CreateCallbackOnConversationCommand> request, AsyncApiCallback<ApiResponse<Void>> callback) Create a new callback for the specified participant on the conversation. -
Uses of CreateCallbackOnConversationCommand in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateCallbackOnConversationCommandMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateCallbackOnConversationCommandMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateCallbackOnConversationCommandModifier and TypeMethodDescriptionvoidPostConversationParticipantCallbacksRequest.setBody(CreateCallbackOnConversationCommand body) PostConversationParticipantCallbacksRequest.Builder.withBody(CreateCallbackOnConversationCommand body) PostConversationParticipantCallbacksRequest.withBody(CreateCallbackOnConversationCommand body) -
Uses of CreateCallbackOnConversationCommand in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCallbackOnConversationCommandModifier and TypeMethodDescriptionCreateCallbackOnConversationCommand.callbackNumbers(List<String> callbackNumbers) A list of phone numbers for the callback.CreateCallbackOnConversationCommand.callbackScheduledTime(Date callbackScheduledTime) The scheduled date-time for the callback as an ISO-8601 string.CreateCallbackOnConversationCommand.callbackUserName(String callbackUserName) The name of the party to be called back.The phone number displayed to recipients when a phone call is placed as part of the callback.CreateCallbackOnConversationCommand.callerIdName(String callerIdName) The name displayed to recipients when a phone call is placed as part of the callback.CreateCallbackOnConversationCommand.countryCode(String countryCode) The country code to be associated with the callback numbers.A map of key-value pairs containing additional data that can be associated to the callback.The identifier of the queue to be used for the callback.CreateCallbackOnConversationCommand.routingData(RoutingData routingData) The routing data to be used for the callback.The identifier of the script to be used for the callbackCreateCallbackOnConversationCommand.validateCallbackNumbers(Boolean validateCallbackNumbers) Whether or not to validate the callback numbers for phone number format.