SendMessageResponse
Stay organized with collections
Save and categorize content based on your preferences.
Represents the response for the message.send method.
| JSON representation |
{
// Union field payload can be only one of the following:
"task": {
object (Task)
},
"message": {
object (Message)
}
// End of list of possible types for union field payload.
} |
| Fields |
Union field payload. The payload of the response. payload can be only one of the following: |
task |
object (Task)
The task created or updated by the message.
|
message |
object (Message)
A message from the agent.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-01 UTC.
[null,null,["Last updated 2026-07-01 UTC."],[],[]]