Uses of Class
com.mypurecloud.sdk.v2.model.ChatConversation
Packages that use ChatConversation
-
Uses of ChatConversation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChatConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsChat(GetConversationsChatRequest request) Deprecated.ConversationsApi.getConversationsChat(String conversationId) Deprecated.ConversationsApi.postConversationsChats(PostConversationsChatsRequest request) Deprecated.ConversationsApi.postConversationsChats(CreateWebChatRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChatConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsChat(ApiRequest<Void> request) Deprecated.ConversationsApiAsync.getConversationsChatAsync(GetConversationsChatRequest request, AsyncApiCallback<ChatConversation> callback) Deprecated.ConversationsApiAsync.getConversationsChatAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatConversation>> callback) Deprecated.ConversationsApi.getConversationsChatWithHttpInfo(String conversationId) Deprecated.ConversationsApi.postConversationsChats(ApiRequest<CreateWebChatRequest> request) Deprecated.ConversationsApiAsync.postConversationsChatsAsync(PostConversationsChatsRequest request, AsyncApiCallback<ChatConversation> callback) Deprecated.ConversationsApiAsync.postConversationsChatsAsync(ApiRequest<CreateWebChatRequest> request, AsyncApiCallback<ApiResponse<ChatConversation>> callback) Deprecated.ConversationsApi.postConversationsChatsWithHttpInfo(CreateWebChatRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChatConversationModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsChatAsync(GetConversationsChatRequest request, AsyncApiCallback<ChatConversation> callback) Deprecated.ConversationsApiAsync.getConversationsChatAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatConversation>> callback) Deprecated.ConversationsApiAsync.postConversationsChatsAsync(PostConversationsChatsRequest request, AsyncApiCallback<ChatConversation> callback) Deprecated.ConversationsApiAsync.postConversationsChatsAsync(ApiRequest<CreateWebChatRequest> request, AsyncApiCallback<ApiResponse<ChatConversation>> callback) Deprecated. -
Uses of ChatConversation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatConversationModifier and TypeMethodDescriptionChatConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.ChatConversation.inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.ChatConversation.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.ChatConversation.participants(List<ChatMediaParticipant> participants) The list of participants involved in the conversation.ChatConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.ChatConversation.utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ChatConversationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ChatConversationModifier and TypeMethodDescriptionChatConversationEntityListing.entities(List<ChatConversation> entities) voidChatConversationEntityListing.setEntities(List<ChatConversation> entities)