Uses of Class
com.mypurecloud.sdk.v2.model.CreateSurveyResponse
Packages that use CreateSurveyResponse
-
Uses of CreateSurveyResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CreateSurveyResponseModifier and TypeMethodDescriptionQualityApi.postQualitySurveys(PostQualitySurveysRequest request) Create a survey for a conversationQualityApi.postQualitySurveys(CreateSurveyRequest body) Create a survey for a conversationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CreateSurveyResponseModifier and TypeMethodDescriptionQualityApi.postQualitySurveys(ApiRequest<CreateSurveyRequest> request) Create a survey for a conversationQualityApiAsync.postQualitySurveysAsync(PostQualitySurveysRequest request, AsyncApiCallback<CreateSurveyResponse> callback) Create a survey for a conversationQualityApiAsync.postQualitySurveysAsync(ApiRequest<CreateSurveyRequest> request, AsyncApiCallback<ApiResponse<CreateSurveyResponse>> callback) Create a survey for a conversationQualityApi.postQualitySurveysWithHttpInfo(CreateSurveyRequest body) Create a survey for a conversationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateSurveyResponseModifier and TypeMethodDescriptionQualityApiAsync.postQualitySurveysAsync(PostQualitySurveysRequest request, AsyncApiCallback<CreateSurveyResponse> callback) Create a survey for a conversationQualityApiAsync.postQualitySurveysAsync(ApiRequest<CreateSurveyRequest> request, AsyncApiCallback<ApiResponse<CreateSurveyResponse>> callback) Create a survey for a conversation -
Uses of CreateSurveyResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateSurveyResponseModifier and TypeMethodDescriptionCreateSurveyResponse.agent(DomainEntityRef agent) The team that the agent belongs toCreateSurveyResponse.answers(SurveyScoringSet answers) CreateSurveyResponse.completedDate(Date completedDate) Date time is represented as an ISO-8601 string.CreateSurveyResponse.conversation(ConversationReference conversation) CreateSurveyResponse.customerSurveyUrl(String customerSurveyUrl) The URL for the customer survey.CreateSurveyResponse.flow(AddressableEntityRef flow) An Architect flow that executed in order to collect the answers for this survey.CreateSurveyResponse.missingRequiredAnswer(Boolean missingRequiredAnswer) True if any of the required questions for the survey form have not been answered.CreateSurveyResponse.queue(QueueReference queue) CreateSurveyResponse.status(CreateSurveyResponse.StatusEnum status) CreateSurveyResponse.surveyErrorDetails(SurveyErrorDetails surveyErrorDetails) Additional information about what happened when the survey is in Error status.CreateSurveyResponse.surveyForm(SurveyForm surveyForm) Survey form used for this survey.CreateSurveyResponse.surveyType(CreateSurveyResponse.SurveyTypeEnum surveyType) Type of the survey