Uses of Class
com.mypurecloud.sdk.v2.model.OpenInboundNormalizedMessage
Packages that use OpenInboundNormalizedMessage
Package
Description
-
Uses of OpenInboundNormalizedMessage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OpenInboundNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenMessage(String integrationId, OpenInboundNormalizedMessage body, Boolean prefetchConversationId) Send inbound Open Message Send an inbound message to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenMessageWithHttpInfo(String integrationId, OpenInboundNormalizedMessage body, Boolean prefetchConversationId) Send inbound Open Message Send an inbound message to an Open Messaging integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenInboundNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenMessage(ApiRequest<OpenInboundNormalizedMessage> request) Send inbound Open Message Send an inbound message to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenMessageAsync(ApiRequest<OpenInboundNormalizedMessage> request, AsyncApiCallback<ApiResponse<OpenMessageNormalizedMessage>> callback) Send inbound Open Message Send an inbound message to an Open Messaging integration. -
Uses of OpenInboundNormalizedMessage in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OpenInboundNormalizedMessageMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OpenInboundNormalizedMessageModifier and TypeMethodDescriptionPostConversationsMessageInboundOpenMessageRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OpenInboundNormalizedMessageModifier and TypeMethodDescriptionPostConversationsMessageInboundOpenMessageRequest.builder(String integrationId, OpenInboundNormalizedMessage body) voidPostConversationsMessageInboundOpenMessageRequest.setBody(OpenInboundNormalizedMessage body) PostConversationsMessageInboundOpenMessageRequest.Builder.withBody(OpenInboundNormalizedMessage body) PostConversationsMessageInboundOpenMessageRequest.withBody(OpenInboundNormalizedMessage body) PostConversationsMessageInboundOpenMessageRequest.Builder.withRequiredParams(String integrationId, OpenInboundNormalizedMessage body) -
Uses of OpenInboundNormalizedMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenInboundNormalizedMessageModifier and TypeMethodDescriptionOpenInboundNormalizedMessage.channel(OpenInboundMessageMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenInboundNormalizedMessage.content(List<OpenInboundMessageContent> content) List of content elements.Additional metadata about this message to capture non-channel specific data.Message text.