Class: Aws::QConnect::Types::SuggestedMessageDataDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Details about suggested message data.

Constant Summary collapse

SENSITIVE =
[:message_text]

Instance Attribute Summary collapse

Instance Attribute Details

#message_textString

The text content of the suggested message.

Returns:

  • (String)


11137
11138
11139
11140
11141
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11137

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