Package com.mypurecloud.sdk.v2.model
Class BotIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.BotIntent
- All Implemented Interfaces:
Serializable
A botConnector's bot intention
- See Also:
-
Constructor Details
-
BotIntent
public BotIntent() -
BotIntent
-
-
Method Details
-
name
The name of this intent. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace -
getName
-
setName
-
slots
Optional returned data values associated with this intent, limit of 50. -
getSlots
-
setSlots
-
equals
-
hashCode
public int hashCode() -
toString
-