Uses of Class
com.mypurecloud.sdk.v2.api.request.PutConversationParticipantFlaggedreasonRequest
Packages that use PutConversationParticipantFlaggedreasonRequest
-
Uses of PutConversationParticipantFlaggedreasonRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutConversationParticipantFlaggedreasonRequestModifier and TypeMethodDescriptionvoidConversationsApi.putConversationParticipantFlaggedreason(PutConversationParticipantFlaggedreasonRequest request) Set flagged reason on conversation participant to indicate bad conversation quality.ConversationsApiAsync.putConversationParticipantFlaggedreasonAsync(PutConversationParticipantFlaggedreasonRequest request, AsyncApiCallback<Void> callback) Set flagged reason on conversation participant to indicate bad conversation quality. -
Uses of PutConversationParticipantFlaggedreasonRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutConversationParticipantFlaggedreasonRequestModifier and TypeMethodDescriptionPutConversationParticipantFlaggedreasonRequest.Builder.build()PutConversationParticipantFlaggedreasonRequest.withConversationId(String conversationId) PutConversationParticipantFlaggedreasonRequest.withCustomHeader(String name, String value) PutConversationParticipantFlaggedreasonRequest.withParticipantId(String participantId)