Class CreateSurveyRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.CreateSurveyRequest
All Implemented Interfaces:
Serializable

public class CreateSurveyRequest extends Object implements Serializable
CreateSurveyRequest
See Also:
  • Constructor Details

    • CreateSurveyRequest

      public CreateSurveyRequest()
    • CreateSurveyRequest

      public CreateSurveyRequest(Boolean initWithEmptyList)
  • Method Details

    • conversationId

      public CreateSurveyRequest conversationId(String conversationId)
      The conversation to create the survey for.
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • surveyFormContextId

      public CreateSurveyRequest surveyFormContextId(String surveyFormContextId)
      The survey form context to use for the survey.
    • getSurveyFormContextId

      public String getSurveyFormContextId()
    • setSurveyFormContextId

      public void setSurveyFormContextId(String surveyFormContextId)
    • agentId

      public CreateSurveyRequest agentId(String agentId)
      The agent to associate with the survey. If not specified, the last agent on the conversation will be selected.
    • getAgentId

      public String getAgentId()
    • setAgentId

      public void setAgentId(String agentId)
    • queueId

      public CreateSurveyRequest queueId(String queueId)
      The queue to associate with the survey. If not specified, the queue associated with the selected agent will be used.
    • getQueueId

      public String getQueueId()
    • setQueueId

      public void setQueueId(String queueId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object