class Aws::AlexaForBusiness::Types::Text

The text message.

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

data as a hash:

    {
      locale: "en-US", # required, accepts en-US
      value: "TextValue", # required
    }

@!attribute [rw] locale

The locale of the text message. Currently, en-US is supported.
@return [String]

@!attribute [rw] value

The value of the text message.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Text AWS API Documentation

Constants

SENSITIVE