Class: Aws::QConnect::Types::SuggestedMessageDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SuggestedMessageDataDetails
- 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
-
#message_text ⇒ String
The text content of the suggested message.
Instance Attribute Details
#message_text ⇒ String
The text content of the suggested message.
11137 11138 11139 11140 11141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11137 class SuggestedMessageDataDetails < Struct.new( :message_text) SENSITIVE = [:message_text] include Aws::Structure end |