Package com.mypurecloud.sdk.v2.model
Class LexIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.LexIntent
- All Implemented Interfaces:
Serializable
LexIntent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the intentbooleangetName()getSlots()inthashCode()The intent namevoidsetDescription(String description) voidvoidvoidsetVersion(String version) An object mapping slot names to Slot objectstoString()The intent version
-
Constructor Details
-
LexIntent
public LexIntent() -
LexIntent
-
-
Method Details
-
name
The intent name -
getName
-
setName
-
description
A description of the intent -
getDescription
-
setDescription
-
slots
An object mapping slot names to Slot objects -
getSlots
-
setSlots
-
version
The intent version -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-