-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class AlexaMessage implements ConnectorMessageAn alexa message.
-
-
Constructor Summary
Constructors Constructor Description AlexaMessage(Boolean end, Card card, String reprompt)
-
Method Summary
Modifier and Type Method Description ConnectorTypegetConnectorType()final BooleangetEnd()Does Alexa has to quit the skill? final CardgetCard()Is there a card to send? final StringgetReprompt()Is there a reprompt? GenericMessagetoGenericMessage()-
-
Method Detail
-
getConnectorType
ConnectorType getConnectorType()
-
getCard
final Card getCard()
Is there a card to send?
-
getReprompt
final String getReprompt()
Is there a reprompt?
-
toGenericMessage
GenericMessage toGenericMessage()
-
-
-
-