Uses of Class
com.mypurecloud.sdk.v2.model.InboundMessageRequest
Packages that use InboundMessageRequest
Package
Description
-
Uses of InboundMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InboundMessageRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailInboundmessages(String conversationId, InboundMessageRequest body) Send an email to an external conversation.ConversationsApi.postConversationsEmailInboundmessagesWithHttpInfo(String conversationId, InboundMessageRequest body) Send an email to an external conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type InboundMessageRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailInboundmessages(ApiRequest<InboundMessageRequest> request) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailInboundmessagesAsync(ApiRequest<InboundMessageRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Send an email to an external conversation. -
Uses of InboundMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InboundMessageRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InboundMessageRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type InboundMessageRequestModifier and TypeMethodDescriptionPostConversationsEmailInboundmessagesRequest.builder(String conversationId, InboundMessageRequest body) voidPostConversationsEmailInboundmessagesRequest.setBody(InboundMessageRequest body) PostConversationsEmailInboundmessagesRequest.Builder.withBody(InboundMessageRequest body) PostConversationsEmailInboundmessagesRequest.withBody(InboundMessageRequest body) PostConversationsEmailInboundmessagesRequest.Builder.withRequiredParams(String conversationId, InboundMessageRequest body) -
Uses of InboundMessageRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InboundMessageRequestModifier and TypeMethodDescriptionInboundMessageRequest.attributes(Map<String, String> attributes) The list of attributes to associate with the customer participant.The ID of the flow to use for routing email conversation.InboundMessageRequest.fromAddress(String fromAddress) The email address of the sender of the email.The name of the sender of the email.InboundMessageRequest.languageId(String languageId) The ID of the language to use for routing.The priority to assign to the conversation for routing.The name of the provider that is sourcing the email such as Oracle, Salesforce, etc.The ID of the queue to use for routing the email conversation.The list of skill ID's to use for routing.The subject of the emailThe email address of the recipient of the email.The name of the recipient of the email.