Method: Aws::Connect::Types::ChatMessage#content
- Defined in:
- lib/aws-sdk-connect/types.rb
#content ⇒ String
The content of the chat message.
-
For
text/plainandtext/markdown, the Length Constraints are Minimum of 1, Maximum of 1024. -
For
application/json, the Length Constraints are Minimum of 1, Maximum of 12000. -
For
application/vnd.amazonaws.connect.message.interactive.response, the Length Constraints are Minimum of 1, Maximum of 12288.
2944 2945 2946 2947 2948 2949 |
# File 'lib/aws-sdk-connect/types.rb', line 2944 class ChatMessage < Struct.new( :content_type, :content) SENSITIVE = [] include Aws::Structure end |