Class: Aws::LexModelsV2::Types::PlainTextMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::PlainTextMessage
- Defined in:
- gems/aws-sdk-lexmodelsv2/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 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11321 class PlainTextMessage < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |