Package com.mypurecloud.sdk.v2.model
Class BotSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.BotSlot
- All Implemented Interfaces:
Serializable
Description of a data value returned from an intent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BotSlot
public BotSlot() -
BotSlot
-
-
Method Details
-
name
The name of the slot. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace -
getName
-
setName
-
type
The data type of the slot string, integer, decimal, duration, boolean, currency, datetime or the xxxCollection versions of those types -
getType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-