Class: Aws::LexModelsV2::Types::PlainTextMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueString

The message to send to the user.

Returns:

  • (String)


11248
11249
11250
11251
11252
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11248

class PlainTextMessage < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end