Package com.mypurecloud.sdk.v2.model
Class LexV2Intent
java.lang.Object
com.mypurecloud.sdk.v2.model.LexV2Intent
- All Implemented Interfaces:
Serializable
LexV2Intent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the intentbooleangetSlots()inthashCode()The intent idintentName(String intentName) The intent namevoidsetDescription(String description) voidsetIntentId(String intentId) voidsetIntentName(String intentName) voidAn object mapping slot names to Slot objectstoString()
-
Constructor Details
-
LexV2Intent
public LexV2Intent() -
LexV2Intent
-
-
Method Details
-
intentName
The intent name -
getIntentName
-
setIntentName
-
description
A description of the intent -
getDescription
-
setDescription
-
slots
An object mapping slot names to Slot objects -
getSlots
-
setSlots
-
intentId
The intent id -
getIntentId
-
setIntentId
-
equals
-
hashCode
public int hashCode() -
toString
-