Uses of Class
com.mypurecloud.sdk.v2.model.OpenMessageNormalizedMessage
Packages that use OpenMessageNormalizedMessage
-
Uses of OpenMessageNormalizedMessage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OpenMessageNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenMessage(PostConversationsMessageInboundOpenMessageRequest request) Send inbound Open Message Send an inbound message to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenMessage(String integrationId, OpenInboundNormalizedMessage body, Boolean prefetchConversationId) Send inbound Open Message Send an inbound message to an Open Messaging integration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OpenMessageNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenMessage(ApiRequest<OpenInboundNormalizedMessage> 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.ConversationsApiAsync.postConversationsMessageInboundOpenMessageAsync(ApiRequest<OpenInboundNormalizedMessage> request, AsyncApiCallback<ApiResponse<OpenMessageNormalizedMessage>> callback) 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 OpenMessageNormalizedMessageModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsMessageInboundOpenMessageAsync(PostConversationsMessageInboundOpenMessageRequest request, AsyncApiCallback<OpenMessageNormalizedMessage> callback) 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 OpenMessageNormalizedMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenMessageNormalizedMessageModifier and TypeMethodDescriptionOpenMessageNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenMessageNormalizedMessage.content(List<OpenMessageContent> content) List of content elements.OpenMessageNormalizedMessage.conversationId(String conversationId) The conversationId context for the messageUnique ID of the message generated by Messaging Platform.Additional metadata about this message.Message text.OpenMessageNormalizedMessage.type(OpenMessageNormalizedMessage.TypeEnum type) Message type.