Uses of Class
com.mypurecloud.sdk.v2.model.ChatMessageResponse
Packages that use ChatMessageResponse
-
Uses of ChatMessageResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChatMessageResponseModifier and TypeMethodDescriptionChatApi.getChatsMessage(GetChatsMessageRequest request) Get a messageChatApi.getChatsMessage(String messageId) Get a messageChatApi.getChatsUserMessages(GetChatsUserMessagesRequest request) Get 1on1 History between a userChatApi.getChatsUserMessages(String userId, String limit, String before, String after, Boolean excludeMetadata) Get 1on1 History between a userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChatMessageResponseModifier and TypeMethodDescriptionChatApi.getChatsMessage(ApiRequest<Void> request) Get a messageChatApiAsync.getChatsMessageAsync(GetChatsMessageRequest request, AsyncApiCallback<ChatMessageResponse> callback) Get a messageChatApiAsync.getChatsMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageResponse>> callback) Get a messageChatApi.getChatsMessageWithHttpInfo(String messageId) Get a messageChatApi.getChatsUserMessages(ApiRequest<Void> request) Get 1on1 History between a userChatApiAsync.getChatsUserMessagesAsync(GetChatsUserMessagesRequest request, AsyncApiCallback<ChatMessageResponse> callback) Get 1on1 History between a userChatApiAsync.getChatsUserMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageResponse>> callback) Get 1on1 History between a userChatApi.getChatsUserMessagesWithHttpInfo(String userId, String limit, String before, String after, Boolean excludeMetadata) Get 1on1 History between a userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChatMessageResponseModifier and TypeMethodDescriptionChatApiAsync.getChatsMessageAsync(GetChatsMessageRequest request, AsyncApiCallback<ChatMessageResponse> callback) Get a messageChatApiAsync.getChatsMessageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageResponse>> callback) Get a messageChatApiAsync.getChatsUserMessagesAsync(GetChatsUserMessagesRequest request, AsyncApiCallback<ChatMessageResponse> callback) Get 1on1 History between a userChatApiAsync.getChatsUserMessagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatMessageResponse>> callback) Get 1on1 History between a user -
Uses of ChatMessageResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatMessageResponseModifier and TypeMethodDescriptionChatMessageResponse.attachmentDeleted(Boolean attachmentDeleted) If message's attachment was deletedMessage's bodyChatMessageResponse.dateCreated(Date dateCreated) Message's created time.ChatMessageResponse.dateModified(Date dateModified) Message's last updated time.If message was editedURI of file attachmentThe id of the messageJid of message's sender (userJid)Message's mentionsChatMessageResponse.parentThread(Entity parentThread) Parent thread id for thread repliesChatMessageResponse.reactions(List<ChatReaction> reactions) The emoji reactions to this messageThe id for a thread this message corresponds toJid of message's recipient (roomJid or userJid)ChatMessageResponse.toUser(AddressableEntityRef toUser) The receiving user of the messageChatMessageResponse.user(AddressableEntityRef user) The user who sent the messageMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ChatMessageResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ChatMessageResponseModifier and TypeMethodDescriptionChatMessageEntityListing.entities(List<ChatMessageResponse> entities) voidChatMessageEntityListing.setEntities(List<ChatMessageResponse> entities)