class Aws::LexModelBuildingService::Types::Statement

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

@note When making an API call, you may pass Statement

data as a hash:

    {
      messages: [ # required
        {
          content_type: "PlainText", # required, accepts PlainText, SSML, CustomPayload
          content: "ContentString", # required
          group_number: 1,
        },
      ],
      response_card: "ResponseCard",
    }

@!attribute [rw] messages

A collection of message objects.
@return [Array<Types::Message>]

@!attribute [rw] response_card

At runtime, if the client is using the [PostText][1] API, Amazon Lex
includes the response card in the response. It substitutes all of
the session attributes and slot values for placeholders in the
response card.

[1]: http://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/Statement AWS API Documentation

Constants

SENSITIVE