Uses of Class
com.mypurecloud.sdk.v2.model.SnippetRecordingRequest
Packages that use SnippetRecordingRequest
Package
Description
-
Uses of SnippetRecordingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SnippetRecordingRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantSnippetRecord(String conversationId, String participantId, SnippetRecordingRequest body) Start/stop the snippet recording for a participantConversationsApi.postConversationsCallParticipantSnippetRecordWithHttpInfo(String conversationId, String participantId, SnippetRecordingRequest body) Start/stop the snippet recording for a participantMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SnippetRecordingRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantSnippetRecord(ApiRequest<SnippetRecordingRequest> request) Start/stop the snippet recording for a participantConversationsApiAsync.postConversationsCallParticipantSnippetRecordAsync(ApiRequest<SnippetRecordingRequest> request, AsyncApiCallback<ApiResponse<String>> callback) Start/stop the snippet recording for a participant -
Uses of SnippetRecordingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SnippetRecordingRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SnippetRecordingRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantSnippetRecordRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SnippetRecordingRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantSnippetRecordRequest.builder(String conversationId, String participantId, SnippetRecordingRequest body) voidPostConversationsCallParticipantSnippetRecordRequest.setBody(SnippetRecordingRequest body) PostConversationsCallParticipantSnippetRecordRequest.Builder.withBody(SnippetRecordingRequest body) PostConversationsCallParticipantSnippetRecordRequest.withBody(SnippetRecordingRequest body) PostConversationsCallParticipantSnippetRecordRequest.Builder.withRequiredParams(String conversationId, String participantId, SnippetRecordingRequest body) -
Uses of SnippetRecordingRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SnippetRecordingRequestModifier and TypeMethodDescriptionSnippetRecordingRequest.type(SnippetRecordingRequest.TypeEnum type) Type of recording to apply to the participant.