class Aws::Connect::Types::ChatMessage

A chat message.

@note When making an API call, you may pass ChatMessage

data as a hash:

    {
      content_type: "ChatContentType", # required
      content: "ChatContent", # required
    }

@!attribute [rw] content_type

The type of the content. Supported types are text and plain.
@return [String]

@!attribute [rw] content

The content of the chat message.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ChatMessage AWS API Documentation

Constants

SENSITIVE