Configuration of a send message request.
| JSON representation |
|---|
{
"acceptedOutputModes"
:
[
string
]
,
"pushNotification"
:
{
object (
|
| Fields | |
|---|---|
acceptedOutputModes[]
|
The output modes that the agent is expected to respond with. |
pushNotification
|
A configuration of a webhook that can be used to receive updates |
historyLength
|
The maximum number of messages to include in the history. if 0, the history will be unlimited. |
blocking
|
If true, the message will be blocking until the task is completed. If false, the message will be non-blocking and the task will be returned immediately. It is the caller's responsibility to check for any task updates. |

