Class: Aws::AlexaForBusiness::Types::Text
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Text
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass Text data as a hash:
{
locale: "en-US", # required, accepts en-US
value: "TextValue", # required
}
The text message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale of the text message.
-
#value ⇒ String
The value of the text message.