Package com.mypurecloud.sdk.v2.model
Class NuanceBotTransferNode
java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceBotTransferNode
- All Implemented Interfaces:
Serializable
Model for a Nuance bot transfer node
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe transfer node type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The transfer node descriptionbooleangetId()getName()getType()inthashCode()The transfer node IDThe transfer node namerequestVariables(List<NuanceBotVariable> requestVariables) List of variables associated with this transfer nodevoidsetDescription(String description) voidvoidvoidsetRequestVariables(List<NuanceBotVariable> requestVariables) voidtoString()The transfer node type
-
Constructor Details
-
NuanceBotTransferNode
public NuanceBotTransferNode() -
NuanceBotTransferNode
-
-
Method Details
-
id
The transfer node ID -
getId
-
setId
-
name
The transfer node name -
getName
-
setName
-
type
The transfer node type -
getType
-
setType
-
description
The transfer node description -
getDescription
-
setDescription
-
requestVariables
List of variables associated with this transfer node -
getRequestVariables
-
setRequestVariables
-
equals
-
hashCode
public int hashCode() -
toString
-