class Aws::LexRuntimeV2::Types::Button

A button that appears on a response card show to the user.

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

data as a hash:

    {
      text: "ButtonText", # required
      value: "ButtonValue", # required
    }

@!attribute [rw] text

The text that is displayed on the button.
@return [String]

@!attribute [rw] value

The value returned to Amazon Lex V2 when a user chooses the button.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/Button AWS API Documentation

Constants

SENSITIVE