Uses of Class
com.mypurecloud.sdk.v2.model.CreateSurveyRequest
Packages that use CreateSurveyRequest
Package
Description
-
Uses of CreateSurveyRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateSurveyRequestModifier and TypeMethodDescriptionQualityApi.postQualitySurveys(CreateSurveyRequest body) 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 CreateSurveyRequestModifier and TypeMethodDescriptionQualityApi.postQualitySurveys(ApiRequest<CreateSurveyRequest> request) Create a survey for a conversationQualityApiAsync.postQualitySurveysAsync(ApiRequest<CreateSurveyRequest> request, AsyncApiCallback<ApiResponse<CreateSurveyResponse>> callback) Create a survey for a conversation -
Uses of CreateSurveyRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateSurveyRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateSurveyRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateSurveyRequestModifier and TypeMethodDescriptionPostQualitySurveysRequest.builder(CreateSurveyRequest body) voidPostQualitySurveysRequest.setBody(CreateSurveyRequest body) PostQualitySurveysRequest.Builder.withBody(CreateSurveyRequest body) PostQualitySurveysRequest.withBody(CreateSurveyRequest body) PostQualitySurveysRequest.Builder.withRequiredParams(CreateSurveyRequest body) -
Uses of CreateSurveyRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateSurveyRequestModifier and TypeMethodDescriptionThe agent to associate with the survey.CreateSurveyRequest.conversationId(String conversationId) The conversation to create the survey for.The queue to associate with the survey.CreateSurveyRequest.surveyFormContextId(String surveyFormContextId) The survey form context to use for the survey.