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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11187
11188
11189
11190
11191
# File 'lib/aws-sdk-qconnect/types.rb', line 11187

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