Full name: projects.locations.reasoningEngines.asyncQuery
Async query using a reasoning engine.
Endpoint
posthttps://{service-endpoint}/v1/{name}:asyncQuery
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
namestring
Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Request body
The request body contains data with the following structure:
inputGcsUristring
Optional. Input Cloud Storage URI for the Async query. If you are not bringing your own container (BYOC), the content of the file should be a JSON object with an input field matching the input field of QueryReasoningEngineRequest (e.g. { "input": { "userId": "hello",
"message":"$QUERY"} }). For BYOC, the content of the file depends on the the agent application.
outputGcsUristring
Optional. Output Cloud Storage URI for the Async query. This contains the final response of the query.
Response body
If successful, the response body contains an instance of Operation.