Uses of Class
com.mypurecloud.sdk.v2.api.request.PostChatsUserMessagesRequest
Packages that use PostChatsUserMessagesRequest
-
Uses of PostChatsUserMessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostChatsUserMessagesRequestModifier and TypeMethodDescriptionChatApi.postChatsUserMessages(PostChatsUserMessagesRequest request) Send a message to a userChatApiAsync.postChatsUserMessagesAsync(PostChatsUserMessagesRequest request, AsyncApiCallback<ChatSendMessageResponse> callback) Send a message to a user -
Uses of PostChatsUserMessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostChatsUserMessagesRequestModifier and TypeMethodDescriptionPostChatsUserMessagesRequest.Builder.build()PostChatsUserMessagesRequest.withBody(SendMessageBody body) PostChatsUserMessagesRequest.withCustomHeader(String name, String value) PostChatsUserMessagesRequest.withUserId(String userId)