Send a message to the agent. This is a blocking call that will return the task once it is completed, or a LRO if requested.
HTTP request
POST https://discoveryengine.googleapis.com/{tenant=projects/*/locations/*/collections/*/engines/*/assistants/*/agents/*}/message:send
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
tenant |
Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release. |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "message": { object ( |
| Fields | |
|---|---|
message |
Required. The message to send to the agent. |
configuration |
Configuration for the send request. |
metadata |
Optional metadata for the request. |
Response body
////// Response Messages ///////////
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field
|
|
task |
|
message |
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.