Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageInboundOpenMessageRequest
Packages that use PostConversationsMessageInboundOpenMessageRequest
-
Uses of PostConversationsMessageInboundOpenMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsMessageInboundOpenMessageRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenMessage(PostConversationsMessageInboundOpenMessageRequest request) Send inbound Open Message Send an inbound message to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenMessageAsync(PostConversationsMessageInboundOpenMessageRequest request, AsyncApiCallback<OpenMessageNormalizedMessage> callback) Send inbound Open Message Send an inbound message to an Open Messaging integration. -
Uses of PostConversationsMessageInboundOpenMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsMessageInboundOpenMessageRequestModifier and TypeMethodDescriptionPostConversationsMessageInboundOpenMessageRequest.Builder.build()PostConversationsMessageInboundOpenMessageRequest.withBody(OpenInboundNormalizedMessage body) PostConversationsMessageInboundOpenMessageRequest.withCustomHeader(String name, String value) PostConversationsMessageInboundOpenMessageRequest.withIntegrationId(String integrationId) PostConversationsMessageInboundOpenMessageRequest.withPrefetchConversationId(Boolean prefetchConversationId)