Class: Aws::LexModelsV2::Types::PlainTextMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::PlainTextMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Defines an ASCII text message to send to the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The message to send to the user.
Instance Attribute Details
#value ⇒ String
The message to send to the user.
11321 11322 11323 11324 11325 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11321 class PlainTextMessage < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |