Package com.mypurecloud.sdk.v2.model
Class NuanceBotVariable
java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceBotVariable
- All Implemented Interfaces:
Serializable
Model for a Nuance bot variable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplexGenericVariableInfo(ComplexVariableInfo complexGenericVariableInfo) The type information for this variabledescription(String description) The variable descriptionbooleangetId()getName()inthashCode()The variable IDThe variable display nameTrue if the variable is a reserved variablevoidsetComplexGenericVariableInfo(ComplexVariableInfo complexGenericVariableInfo) voidsetDescription(String description) voidvoidvoidsetReserved(Boolean reserved) voidsetSimpleVariableInfo(String simpleVariableInfo) simpleVariableInfo(String simpleVariableInfo) The type information for this variabletoString()
-
Constructor Details
-
NuanceBotVariable
public NuanceBotVariable() -
NuanceBotVariable
-
-
Method Details
-
id
The variable ID -
getId
-
setId
-
name
The variable display name -
getName
-
setName
-
description
The variable description -
getDescription
-
setDescription
-
reserved
True if the variable is a reserved variable -
getReserved
-
setReserved
-
simpleVariableInfo
The type information for this variable -
getSimpleVariableInfo
-
setSimpleVariableInfo
-
complexGenericVariableInfo
The type information for this variable -
getComplexGenericVariableInfo
-
setComplexGenericVariableInfo
-
equals
-
hashCode
public int hashCode() -
toString
-