Method: Aws::Connect::Types::ChatMessage#content_type

Defined in:
lib/aws-sdk-connect/types.rb

#content_typeString

The type of the content. Supported types are text/plain, text/markdown, application/json, and application/vnd.amazonaws.connect.message.interactive.response.

Returns:

  • (String)


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