Uses of Class
com.mypurecloud.sdk.v2.model.CallConversation
Packages that use CallConversation
-
Uses of CallConversation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CallConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCall(GetConversationsCallRequest request) Get call conversationConversationsApi.getConversationsCall(String conversationId) Get call conversationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CallConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsCall(ApiRequest<Void> request) Get call conversationConversationsApiAsync.getConversationsCallAsync(GetConversationsCallRequest request, AsyncApiCallback<CallConversation> callback) Get call conversationConversationsApiAsync.getConversationsCallAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallConversation>> callback) Get call conversationConversationsApi.getConversationsCallWithHttpInfo(String conversationId) Get call conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CallConversationModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCallAsync(GetConversationsCallRequest request, AsyncApiCallback<CallConversation> callback) Get call conversationConversationsApiAsync.getConversationsCallAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CallConversation>> callback) Get call conversation -
Uses of CallConversation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallConversationModifier and TypeMethodDescriptionCallConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.CallConversation.inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.CallConversation.maxParticipants(Integer maxParticipants) If this is a conference conversation, then this field indicates the maximum number of participants allowed to participant in the conference.CallConversation.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.CallConversation.participants(List<CallMediaParticipant> participants) The list of participants involved in the conversation.CallConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.CallConversation.recordingState(CallConversation.RecordingStateEnum recordingState) CallConversation.securePause(Boolean securePause) True when the recording of this conversation is in secure pause status.CallConversation.utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CallConversationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CallConversationModifier and TypeMethodDescriptionCallConversationEntityListing.entities(List<CallConversation> entities) voidCallConversationEntityListing.setEntities(List<CallConversation> entities)