AI-generated Key Takeaways
-
Auto-responses are represented by a JSON object containing the
message
andresponseSource
. -
The
message
field contains the auto-responded message itself, adhering to the Business MessagesMessage
object structure. -
The
responseSource
field indicates the origin of the auto-response, categorized according to the Business MessagesResponseSource
enum.
Auto-responded message.
JSON representation |
---|
{ "message": { object ( |
Fields | |
---|---|
message |
Auto-responded message. |
responseSource |
Response source. |