Uses of Class
com.mypurecloud.sdk.v2.api.request.PutChatsMessageReactionsRequest
Packages that use PutChatsMessageReactionsRequest
-
Uses of PutChatsMessageReactionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutChatsMessageReactionsRequestModifier and TypeMethodDescriptionvoidChatApi.putChatsMessageReactions(PutChatsMessageReactionsRequest request) Update reactions to a messageChatApiAsync.putChatsMessageReactionsAsync(PutChatsMessageReactionsRequest request, AsyncApiCallback<Void> callback) Update reactions to a message -
Uses of PutChatsMessageReactionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutChatsMessageReactionsRequestModifier and TypeMethodDescriptionPutChatsMessageReactionsRequest.Builder.build()PutChatsMessageReactionsRequest.withBody(ChatReactionUpdate body) PutChatsMessageReactionsRequest.withCustomHeader(String name, String value) PutChatsMessageReactionsRequest.withMessageId(String messageId)