Generates a new audio overview.
HTTP request
POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/notebooks/*}/audioOverviews
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this notebook will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"generationOptions": {
object ( |
Fields | |
---|---|
generationOptions |
Options for the audio overview generation. |
Response body
Response for AudioOverviewService.CreateAudioOverview
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"audioOverview": {
object ( |
Fields | |
---|---|
audioOverview |
The generated audio overview. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
discoveryengine.audioOverviews.create
For more information, see the IAM documentation.