Package ai.tock.bot.connector.alexa
Class AlexaInputMessage
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class AlexaInputMessage implements ConnectorMessageThe user message sent by Alexa.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorTypeprivate final StringintentRequest
-
Constructor Summary
Constructors Constructor Description AlexaInputMessage(IntentRequest intentRequest)AlexaInputMessage(String intentRequest)
-
Method Summary
Modifier and Type Method Description ConnectorTypegetConnectorType()final StringgetIntentRequest()The Alexa IntentRequest json serialized. GenericMessagetoGenericMessage()-
-
Constructor Detail
-
AlexaInputMessage
AlexaInputMessage(IntentRequest intentRequest)
-
AlexaInputMessage
AlexaInputMessage(String intentRequest)
-
-
Method Detail
-
getConnectorType
ConnectorType getConnectorType()
-
getIntentRequest
final String getIntentRequest()
The Alexa IntentRequest json serialized.
-
toGenericMessage
GenericMessage toGenericMessage()
-
-
-
-