Uses of Class
com.mypurecloud.sdk.v2.model.NuanceBotVariable
Packages that use NuanceBotVariable
-
Uses of NuanceBotVariable in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NuanceBotVariableModifier and TypeMethodDescriptionNuanceBotVariable.complexGenericVariableInfo(ComplexVariableInfo complexGenericVariableInfo) The type information for this variableNuanceBotVariable.description(String description) The variable descriptionThe variable IDThe variable display nameTrue if the variable is a reserved variableNuanceBotVariable.simpleVariableInfo(String simpleVariableInfo) The type information for this variableMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type NuanceBotVariableModifier and TypeMethodDescriptionNuanceBotTransferNode.getRequestVariables()NuanceBot.getVariables()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type NuanceBotVariableModifier and TypeMethodDescriptionNuanceBotTransferNode.requestVariables(List<NuanceBotVariable> requestVariables) List of variables associated with this transfer nodevoidNuanceBotTransferNode.setRequestVariables(List<NuanceBotVariable> requestVariables) voidNuanceBot.setVariables(List<NuanceBotVariable> variables) NuanceBot.variables(List<NuanceBotVariable> variables) List of available variables in this Nuance bot.