public class AlexaMessage
An alexa message.
public AlexaMessage(boolean end,
@Nullable
com.amazon.speech.ui.Card card,
@Nullable
java.lang.String reprompt)
An alexa message.
end - Does Alexa has to quit the skill?card - Is there a card to send?reprompt - Is there a reprompt?@NotNull public ai.tock.bot.connector.ConnectorType getConnectorType()
@NotNull public ai.tock.bot.engine.message.GenericMessage toGenericMessage()
public boolean getEnd()
Does Alexa has to quit the skill?
@Nullable public com.amazon.speech.ui.Card getCard()
Is there a card to send?
@Nullable public java.lang.String getReprompt()
Is there a reprompt?
public boolean component1()
Does Alexa has to quit the skill?
@Nullable public com.amazon.speech.ui.Card component2()
Is there a card to send?
@Nullable public java.lang.String component3()
Is there a reprompt?
@NotNull public AlexaMessage copy(boolean end, @Nullable com.amazon.speech.ui.Card card, @Nullable java.lang.String reprompt)
An alexa message.
@NotNull public java.lang.String toString()
An alexa message.
public int hashCode()
An alexa message.
public boolean equals(@Nullable
java.lang.Object p)
An alexa message.