Class BotAbortStatement


  • public final class BotAbortStatement
    extends java.lang.Object
    • Method Detail

      • messages

        public java.util.List<BotAbortStatementMessage> messages()
        Returns:
        A set of messages, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Attributes are documented under message.
      • responseCard

        public java.util.Optional<java.lang.String> responseCard()
        Returns:
        The response card. Amazon Lex will substitute session attributes and slot values into the response card. For more information, see [Example: Using a Response Card](https://docs.aws.amazon.com/lex/latest/dg/ex-resp-card.html).