Package com.mypurecloud.sdk.v2.model
Class AmazonLexRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AmazonLexRequest
- All Implemented Interfaces:
Serializable
AmazonLexRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()requestAttributes(Map<String, String> requestAttributes) AttributeName/AttributeValue pairs of User Defined Request Attributes to be sent to the amazon bot See - https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html#context-mgmt-request-attribssessionAttributes(Map<String, String> sessionAttributes) AttributeName/AttributeValue pairs of Session Attributes to be sent to the amazon bot.voidsetRequestAttributes(Map<String, String> requestAttributes) voidsetSessionAttributes(Map<String, String> sessionAttributes) toString()
-
Constructor Details
-
AmazonLexRequest
public AmazonLexRequest() -
AmazonLexRequest
-
-
Method Details
-
requestAttributes
AttributeName/AttributeValue pairs of User Defined Request Attributes to be sent to the amazon bot See - https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html#context-mgmt-request-attribs -
getRequestAttributes
-
setRequestAttributes
-
sessionAttributes
AttributeName/AttributeValue pairs of Session Attributes to be sent to the amazon bot. See - https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html#context-mgmt-session-attribs -
getSessionAttributes
-
setSessionAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-