Uses of Class
com.mypurecloud.sdk.v2.model.CallbackConversation
Packages that use CallbackConversation
-
Uses of CallbackConversation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CallbackConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCallback(GetConversationsCallbackRequest request) Get callback conversationConversationsApi.getConversationsCallback(String conversationId) Get callback conversationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CallbackConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCallback(ApiRequest<Void> request) Get callback conversationConversationsApiAsync.getConversationsCallbackAsync(GetConversationsCallbackRequest request, AsyncApiCallback<CallbackConversation> callback) Get callback conversationConversationsApiAsync.getConversationsCallbackAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallbackConversation>> callback) Get callback conversationConversationsApi.getConversationsCallbackWithHttpInfo(String conversationId) Get callback conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CallbackConversationModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCallbackAsync(GetConversationsCallbackRequest request, AsyncApiCallback<CallbackConversation> callback) Get callback conversationConversationsApiAsync.getConversationsCallbackAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallbackConversation>> callback) Get callback conversation -
Uses of CallbackConversation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallbackConversationModifier and TypeMethodDescriptionCallbackConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.CallbackConversation.inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.CallbackConversation.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.CallbackConversation.participants(List<CallbackMediaParticipant> participants) The list of participants involved in the conversation.CallbackConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.CallbackConversation.utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CallbackConversationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CallbackConversationModifier and TypeMethodDescriptionCallbackConversationEntityListing.entities(List<CallbackConversation> entities) voidCallbackConversationEntityListing.setEntities(List<CallbackConversation> entities)