Class NuanceBotVariable

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

public class NuanceBotVariable extends Object implements Serializable
Model for a Nuance bot variable
See Also:
  • Constructor Details

    • NuanceBotVariable

      public NuanceBotVariable()
    • NuanceBotVariable

      public NuanceBotVariable(Boolean initWithEmptyList)
  • Method Details

    • id

      public NuanceBotVariable id(String id)
      The variable ID
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public NuanceBotVariable name(String name)
      The variable display name
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public NuanceBotVariable description(String description)
      The variable description
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • reserved

      public NuanceBotVariable reserved(Boolean reserved)
      True if the variable is a reserved variable
    • getReserved

      public Boolean getReserved()
    • setReserved

      public void setReserved(Boolean reserved)
    • simpleVariableInfo

      public NuanceBotVariable simpleVariableInfo(String simpleVariableInfo)
      The type information for this variable
    • getSimpleVariableInfo

      public String getSimpleVariableInfo()
    • setSimpleVariableInfo

      public void setSimpleVariableInfo(String simpleVariableInfo)
    • complexGenericVariableInfo

      public NuanceBotVariable complexGenericVariableInfo(ComplexVariableInfo complexGenericVariableInfo)
      The type information for this variable
    • getComplexGenericVariableInfo

      public ComplexVariableInfo getComplexGenericVariableInfo()
    • setComplexGenericVariableInfo

      public void setComplexGenericVariableInfo(ComplexVariableInfo complexGenericVariableInfo)
    • 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