Uses of Class
com.mypurecloud.sdk.v2.model.SecureSession
Packages that use SecureSession
-
Uses of SecureSession in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SecureSessionModifier and TypeMethodDescriptionConversationsApi.getConversationParticipantSecureivrsession(GetConversationParticipantSecureivrsessionRequest request) Fetch info on a secure sessionConversationsApi.getConversationParticipantSecureivrsession(String conversationId, String participantId, String secureSessionId) Fetch info on a secure sessionConversationsApi.postConversationParticipantSecureivrsessions(PostConversationParticipantSecureivrsessionsRequest request) Create secure IVR session.ConversationsApi.postConversationParticipantSecureivrsessions(String conversationId, String participantId, CreateSecureSession body) Create secure IVR session.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SecureSessionModifier and TypeMethodDescriptionConversationsApi.getConversationParticipantSecureivrsession(ApiRequest<Void> request) Fetch info on a secure sessionConversationsApiAsync.getConversationParticipantSecureivrsessionAsync(GetConversationParticipantSecureivrsessionRequest request, AsyncApiCallback<SecureSession> callback) Fetch info on a secure sessionConversationsApiAsync.getConversationParticipantSecureivrsessionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SecureSession>> callback) Fetch info on a secure sessionConversationsApi.getConversationParticipantSecureivrsessionWithHttpInfo(String conversationId, String participantId, String secureSessionId) Fetch info on a secure sessionConversationsApi.postConversationParticipantSecureivrsessions(ApiRequest<CreateSecureSession> request) Create secure IVR session.ConversationsApiAsync.postConversationParticipantSecureivrsessionsAsync(PostConversationParticipantSecureivrsessionsRequest request, AsyncApiCallback<SecureSession> callback) Create secure IVR session.ConversationsApiAsync.postConversationParticipantSecureivrsessionsAsync(ApiRequest<CreateSecureSession> request, AsyncApiCallback<ApiResponse<SecureSession>> callback) Create secure IVR session.ConversationsApi.postConversationParticipantSecureivrsessionsWithHttpInfo(String conversationId, String participantId, CreateSecureSession body) Create secure IVR session.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SecureSessionModifier and TypeMethodDescriptionConversationsApiAsync.getConversationParticipantSecureivrsessionAsync(GetConversationParticipantSecureivrsessionRequest request, AsyncApiCallback<SecureSession> callback) Fetch info on a secure sessionConversationsApiAsync.getConversationParticipantSecureivrsessionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SecureSession>> callback) Fetch info on a secure sessionConversationsApiAsync.postConversationParticipantSecureivrsessionsAsync(PostConversationParticipantSecureivrsessionsRequest request, AsyncApiCallback<SecureSession> callback) Create secure IVR session.ConversationsApiAsync.postConversationParticipantSecureivrsessionsAsync(ApiRequest<CreateSecureSession> request, AsyncApiCallback<ApiResponse<SecureSession>> callback) Create secure IVR session. -
Uses of SecureSession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SecureSessionModifier and TypeMethodDescriptionSecureSession.disconnect(Boolean disconnect) If true, disconnect the agent after creating the sessionSecureSession.flow(DomainEntityRef flow) The flow to execute securelySecureSession.sourceParticipantId(String sourceParticipantId) Unique identifier for the participant initiating the secure session.SecureSession.state(SecureSession.StateEnum state) The current state of a secure sessionCustomer-provided dataMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SecureSessionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SecureSessionModifier and TypeMethodDescriptionSecureSessionEntityListing.entities(List<SecureSession> entities) voidSecureSessionEntityListing.setEntities(List<SecureSession> entities)