Package com.mypurecloud.sdk.v2.model
Class CreateSurveyRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateSurveyRequest
- All Implemented Interfaces:
Serializable
CreateSurveyRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe agent to associate with the survey.conversationId(String conversationId) The conversation to create the survey for.booleaninthashCode()The queue to associate with the survey.voidsetAgentId(String agentId) voidsetConversationId(String conversationId) voidsetQueueId(String queueId) voidsetSurveyFormContextId(String surveyFormContextId) surveyFormContextId(String surveyFormContextId) The survey form context to use for the survey.toString()
-
Constructor Details
-
CreateSurveyRequest
public CreateSurveyRequest() -
CreateSurveyRequest
-
-
Method Details
-
conversationId
The conversation to create the survey for. -
getConversationId
-
setConversationId
-
surveyFormContextId
The survey form context to use for the survey. -
getSurveyFormContextId
-
setSurveyFormContextId
-
agentId
The agent to associate with the survey. If not specified, the last agent on the conversation will be selected. -
getAgentId
-
setAgentId
-
queueId
The queue to associate with the survey. If not specified, the queue associated with the selected agent will be used. -
getQueueId
-
setQueueId
-
equals
-
hashCode
public int hashCode() -
toString
-