Uses of Class
com.mypurecloud.sdk.v2.model.CobrowseConversation
Packages that use CobrowseConversation
-
Uses of CobrowseConversation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CobrowseConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCobrowsesession(GetConversationsCobrowsesessionRequest request) Get cobrowse conversationConversationsApi.getConversationsCobrowsesession(String conversationId) Get cobrowse conversationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CobrowseConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCobrowsesession(ApiRequest<Void> request) Get cobrowse conversationConversationsApiAsync.getConversationsCobrowsesessionAsync(GetConversationsCobrowsesessionRequest request, AsyncApiCallback<CobrowseConversation> callback) Get cobrowse conversationConversationsApiAsync.getConversationsCobrowsesessionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CobrowseConversation>> callback) Get cobrowse conversationConversationsApi.getConversationsCobrowsesessionWithHttpInfo(String conversationId) Get cobrowse conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CobrowseConversationModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCobrowsesessionAsync(GetConversationsCobrowsesessionRequest request, AsyncApiCallback<CobrowseConversation> callback) Get cobrowse conversationConversationsApiAsync.getConversationsCobrowsesessionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CobrowseConversation>> callback) Get cobrowse conversation -
Uses of CobrowseConversation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CobrowseConversationModifier and TypeMethodDescriptionCobrowseConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.CobrowseConversation.inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.CobrowseConversation.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.CobrowseConversation.participants(List<CobrowseMediaParticipant> participants) The list of participants involved in the conversation.CobrowseConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.CobrowseConversation.utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CobrowseConversationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CobrowseConversationModifier and TypeMethodDescriptionCobrowseConversationEntityListing.entities(List<CobrowseConversation> entities) voidCobrowseConversationEntityListing.setEntities(List<CobrowseConversation> entities)