AutoRespondedMessage

  • Auto-responses are represented by a JSON object containing the message and responseSource.

  • The message field contains the auto-responded message itself, adhering to the Business Messages Message object structure.

  • The responseSource field indicates the origin of the auto-response, categorized according to the Business Messages ResponseSource enum.

Auto-responded message.

JSON representation
{
  "message": {
    object (Message)
  },
  "responseSource": enum (ResponseSource)
}
Fields
message

object (Message)

Auto-responded message.

responseSource

enum (ResponseSource)

Response source.