Uses of Class
com.mypurecloud.sdk.v2.model.Survey
Packages that use Survey
-
Uses of Survey in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SurveyModifier and TypeMethodDescriptionQualityApi.getQualitySurvey(GetQualitySurveyRequest request) Get a survey for a conversationQualityApi.getQualitySurvey(String surveyId) Get a survey for a conversationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type SurveyModifier and TypeMethodDescriptionQualityApi.getQualityConversationSurveys(GetQualityConversationSurveysRequest request) Get the surveys for a conversationQualityApi.getQualityConversationSurveys(ApiRequest<Void> request) Get the surveys for a conversationQualityApi.getQualityConversationSurveys(String conversationId) Get the surveys for a conversationQualityApiAsync.getQualityConversationSurveysAsync(GetQualityConversationSurveysRequest request, AsyncApiCallback<List<Survey>> callback) Get the surveys for a conversationQualityApiAsync.getQualityConversationSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Survey>>> callback) Get the surveys for a conversationQualityApi.getQualityConversationSurveysWithHttpInfo(String conversationId) Get the surveys for a conversationQualityApi.getQualitySurvey(ApiRequest<Void> request) Get a survey for a conversationQualityApiAsync.getQualitySurveyAsync(GetQualitySurveyRequest request, AsyncApiCallback<Survey> callback) Get a survey for a conversationQualityApiAsync.getQualitySurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Survey>> callback) Get a survey for a conversationQualityApi.getQualitySurveyWithHttpInfo(String surveyId) Get a survey for a conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SurveyModifier and TypeMethodDescriptionQualityApiAsync.getQualityConversationSurveysAsync(GetQualityConversationSurveysRequest request, AsyncApiCallback<List<Survey>> callback) Get the surveys for a conversationQualityApiAsync.getQualityConversationSurveysAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Survey>>> callback) Get the surveys for a conversationQualityApiAsync.getQualitySurveyAsync(GetQualitySurveyRequest request, AsyncApiCallback<Survey> callback) Get a survey for a conversationQualityApiAsync.getQualitySurveyAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Survey>> callback) Get a survey for a conversation -
Uses of Survey in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyModifier and TypeMethodDescriptionSurvey.agent(DomainEntityRef agent) The team that the agent belongs toSurvey.answers(SurveyScoringSet answers) Survey.completedDate(Date completedDate) Date time is represented as an ISO-8601 string.Survey.conversation(ConversationReference conversation) Survey.flow(AddressableEntityRef flow) An Architect flow that executed in order to collect the answers for this survey.Survey.missingRequiredAnswer(Boolean missingRequiredAnswer) True if any of the required questions for the survey form have not been answered.Survey.queue(QueueReference queue) Survey.status(Survey.StatusEnum status) Survey.surveyErrorDetails(SurveyErrorDetails surveyErrorDetails) Additional information about what happened when the survey is in Error status.Survey.surveyForm(SurveyForm surveyForm) Survey form used for this survey.Survey.surveyType(Survey.SurveyTypeEnum surveyType) Type of the survey