Uses of Class
com.mypurecloud.sdk.v2.model.CreateOutboundMessagingConversationRequest
Packages that use CreateOutboundMessagingConversationRequest
Package
Description
-
Uses of CreateOutboundMessagingConversationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateOutboundMessagingConversationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessages(CreateOutboundMessagingConversationRequest body) Create an outbound messaging conversation.ConversationsApi.postConversationsMessagesWithHttpInfo(CreateOutboundMessagingConversationRequest body) Create an outbound messaging conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateOutboundMessagingConversationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessages(ApiRequest<CreateOutboundMessagingConversationRequest> request) Create an outbound messaging conversation.ConversationsApiAsync.postConversationsMessagesAsync(ApiRequest<CreateOutboundMessagingConversationRequest> request, AsyncApiCallback<ApiResponse<CreateOutboundMessagingConversationResponse>> callback) Create an outbound messaging conversation. -
Uses of CreateOutboundMessagingConversationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateOutboundMessagingConversationRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateOutboundMessagingConversationRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateOutboundMessagingConversationRequestModifier and TypeMethodDescriptionPostConversationsMessagesRequest.builder(CreateOutboundMessagingConversationRequest body) voidPostConversationsMessagesRequest.setBody(CreateOutboundMessagingConversationRequest body) PostConversationsMessagesRequest.Builder.withBody(CreateOutboundMessagingConversationRequest body) PostConversationsMessagesRequest.withBody(CreateOutboundMessagingConversationRequest body) PostConversationsMessagesRequest.Builder.withRequiredParams(CreateOutboundMessagingConversationRequest body) -
Uses of CreateOutboundMessagingConversationRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateOutboundMessagingConversationRequestModifier and TypeMethodDescriptionCreateOutboundMessagingConversationRequest.externalContactId(String externalContactId) The external contact with which the message will be associated.The ID of the queue to be associated with the message.The messaging address of the recipient of the message.CreateOutboundMessagingConversationRequest.toAddressMessengerType(CreateOutboundMessagingConversationRequest.ToAddressMessengerTypeEnum toAddressMessengerType) The messaging address messenger type.CreateOutboundMessagingConversationRequest.useExistingConversation(Boolean useExistingConversation) An override to use an existing conversation.CreateOutboundMessagingConversationRequest.useUserFromAddress(Boolean useUserFromAddress) An override to attempt to use the user's configured direct routing address as the fromAddress.