Configuration of a send message request.
| JSON representation |
|---|
{
"acceptedOutputModes": [
string
],
"taskPushNotificationConfig": {
object ( |
| Fields | |
|---|---|
acceptedOutputModes[] |
A list of media types the client is prepared to accept for response parts. Agents SHOULD use this to tailor their output. |
taskPushNotificationConfig |
Configuration for the agent to send push notifications for task updates. Task id should be empty when sending this configuration in a |
returnImmediately |
If |
historyLength |
The maximum number of most recent messages from the task's history to retrieve in the response. An unset value means the client does not impose any limit. A value of zero is a request to not include any messages. The server MUST NOT return more messages than the provided value, but MAY apply a lower limit. |