Uses of Class
com.mypurecloud.sdk.v2.model.OpenReceiptNormalizedMessage
Packages that use OpenReceiptNormalizedMessage
-
Uses of OpenReceiptNormalizedMessage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OpenReceiptNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenReceipt(PostConversationsMessageInboundOpenReceiptRequest request) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenReceipt(String integrationId, OpenInboundNormalizedReceipt body) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OpenReceiptNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenReceipt(ApiRequest<OpenInboundNormalizedReceipt> request) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenReceiptAsync(PostConversationsMessageInboundOpenReceiptRequest request, AsyncApiCallback<OpenReceiptNormalizedMessage> callback) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenReceiptAsync(ApiRequest<OpenInboundNormalizedReceipt> request, AsyncApiCallback<ApiResponse<OpenReceiptNormalizedMessage>> callback) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenReceiptWithHttpInfo(String integrationId, OpenInboundNormalizedReceipt body) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenReceiptNormalizedMessageModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsMessageInboundOpenReceiptAsync(PostConversationsMessageInboundOpenReceiptRequest request, AsyncApiCallback<OpenReceiptNormalizedMessage> callback) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenReceiptAsync(ApiRequest<OpenInboundNormalizedReceipt> request, AsyncApiCallback<ApiResponse<OpenReceiptNormalizedMessage>> callback) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration. -
Uses of OpenReceiptNormalizedMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenReceiptNormalizedMessageModifier and TypeMethodDescriptionOpenReceiptNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenReceiptNormalizedMessage.direction(OpenReceiptNormalizedMessage.DirectionEnum direction) The direction of the message.The original unique message Id generated by the messaging platform, that this receipt message is referencing.OpenReceiptNormalizedMessage.isFinalReceipt(Boolean isFinalReceipt) Indicates if this is the last message receipt for this message, or if another message receipt can be expected.OpenReceiptNormalizedMessage.reasons(List<ConversationReason> reasons) List of reasons for a message receipt that indicates the message has failed.OpenReceiptNormalizedMessage.status(OpenReceiptNormalizedMessage.StatusEnum status) Message receipt status.OpenReceiptNormalizedMessage.type(OpenReceiptNormalizedMessage.TypeEnum type) Message type.