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)


11144
11145
11146
11147
11148
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11144

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