Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationCommunicationInternalmessagesRequest
Packages that use PostConversationCommunicationInternalmessagesRequest
-
Uses of PostConversationCommunicationInternalmessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationCommunicationInternalmessagesRequestModifier and TypeMethodDescriptionConversationsApi.postConversationCommunicationInternalmessages(PostConversationCommunicationInternalmessagesRequest request) Send internal message Send a new internal message for an existing communication.ConversationsApiAsync.postConversationCommunicationInternalmessagesAsync(PostConversationCommunicationInternalmessagesRequest request, AsyncApiCallback<InternalMessageData> callback) Send internal message Send a new internal message for an existing communication. -
Uses of PostConversationCommunicationInternalmessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationCommunicationInternalmessagesRequestModifier and TypeMethodDescriptionPostConversationCommunicationInternalmessagesRequest.Builder.build()PostConversationCommunicationInternalmessagesRequest.withBody(InternalMessageRequest body) PostConversationCommunicationInternalmessagesRequest.withCommunicationId(String communicationId) PostConversationCommunicationInternalmessagesRequest.withConversationId(String conversationId) PostConversationCommunicationInternalmessagesRequest.withCustomHeader(String name, String value)