Page Summary
-
Gets launch information for an agent.
-
The HTTP request uses a GET method with a specific URL format containing brand and agent identifiers.
-
The request requires a
nameparameter which is the unique identifier of the agent launch. -
The response body contains an instance of AgentLaunch if the request is successful.
Gets the launch information for an agent.
HTTP request
GET https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*/launch}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The unique identifier of the agent launch. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AgentLaunch.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/businesscommunications
For more information, see the OAuth 2.0 Overview.