-
- 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 GenericMessagetoGenericMessage()final Booleancomponent1()final Cardcomponent2()final Stringcomponent3()final AlexaMessagecopy(Boolean end, Card card, String reprompt)ConnectorTypegetConnectorType()final BooleangetEnd()Does Alexa has to quit the skill? final CardgetCard()Is there a card to send? final StringgetReprompt()Is there a reprompt? -
Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.alexa.AlexaMessage
obfuscate, toConnectorMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
toGenericMessage
GenericMessage toGenericMessage()
-
component1
final Boolean component1()
-
component2
final Card component2()
-
component3
final String component3()
-
copy
final AlexaMessage copy(Boolean end, Card card, String reprompt)
-
getConnectorType
ConnectorType getConnectorType()
-
getCard
final Card getCard()
Is there a card to send?
-
getReprompt
final String getReprompt()
Is there a reprompt?
-
-
-
-