Uses of Class
com.mypurecloud.sdk.v2.model.InternalMessageRequest
Packages that use InternalMessageRequest
Package
Description
-
Uses of InternalMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InternalMessageRequestModifier and TypeMethodDescriptionConversationsApi.postConversationCommunicationInternalmessages(String conversationId, String communicationId, InternalMessageRequest body) Send internal message Send a new internal message for an existing communication.ConversationsApi.postConversationCommunicationInternalmessagesWithHttpInfo(String conversationId, String communicationId, InternalMessageRequest body) Send internal message Send a new internal message for an existing communication.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type InternalMessageRequestModifier and TypeMethodDescriptionConversationsApi.postConversationCommunicationInternalmessages(ApiRequest<InternalMessageRequest> request) Send internal message Send a new internal message for an existing communication.ConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(ApiRequest<InternalMessageRequest> request, AsyncApiCallback<ApiResponse<InternalMessageData>> callback) Send internal message Send a new internal message for an existing communication. -
Uses of InternalMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InternalMessageRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InternalMessageRequestModifier and TypeMethodDescriptionPostConversationCommunicationInternalmessagesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type InternalMessageRequestModifier and TypeMethodDescriptionPostConversationCommunicationInternalmessagesRequest.builder(String conversationId, String communicationId, InternalMessageRequest body) voidPostConversationCommunicationInternalmessagesRequest.setBody(InternalMessageRequest body) PostConversationCommunicationInternalmessagesRequest.Builder.withBody(InternalMessageRequest body) PostConversationCommunicationInternalmessagesRequest.withBody(InternalMessageRequest body) PostConversationCommunicationInternalmessagesRequest.Builder.withRequiredParams(String conversationId, String communicationId, InternalMessageRequest body) -
Uses of InternalMessageRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InternalMessageRequestModifier and TypeMethodDescriptionThe body of the text message.