Uses of Class
com.mypurecloud.sdk.v2.model.OpenStructuredResponseNormalizedMessage
Packages that use OpenStructuredResponseNormalizedMessage
-
Uses of OpenStructuredResponseNormalizedMessage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OpenStructuredResponseNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenStructuredResponse(PostConversationsMessageInboundOpenStructuredResponseRequest request) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenStructuredResponse(String integrationId, OpenInboundStructuredResponseMessage body) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OpenStructuredResponseNormalizedMessageModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenStructuredResponse(ApiRequest<OpenInboundStructuredResponseMessage> request) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenStructuredResponseAsync(PostConversationsMessageInboundOpenStructuredResponseRequest request, AsyncApiCallback<OpenStructuredResponseNormalizedMessage> callback) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenStructuredResponseAsync(ApiRequest<OpenInboundStructuredResponseMessage> request, AsyncApiCallback<ApiResponse<OpenStructuredResponseNormalizedMessage>> callback) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenStructuredResponseWithHttpInfo(String integrationId, OpenInboundStructuredResponseMessage body) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenStructuredResponseNormalizedMessageModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsMessageInboundOpenStructuredResponseAsync(PostConversationsMessageInboundOpenStructuredResponseRequest request, AsyncApiCallback<OpenStructuredResponseNormalizedMessage> callback) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenStructuredResponseAsync(ApiRequest<OpenInboundStructuredResponseMessage> request, AsyncApiCallback<ApiResponse<OpenStructuredResponseNormalizedMessage>> callback) Send inbound Open Response Send an inbound response for a structured message to an Open Messaging integration. -
Uses of OpenStructuredResponseNormalizedMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenStructuredResponseNormalizedMessageModifier and TypeMethodDescriptionOpenStructuredResponseNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenStructuredResponseNormalizedMessage.content(List<OpenInboundStructuredResponseNormalizedMessageContent> content) List of content elements.OpenStructuredResponseNormalizedMessage.direction(OpenStructuredResponseNormalizedMessage.DirectionEnum direction) The direction of the message.Unique ID of the message.Additional metadata about this message.OpenStructuredResponseNormalizedMessage.type(OpenStructuredResponseNormalizedMessage.TypeEnum type) Message type.