This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
dialogflowcx_v3beta1/types Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
308
308
309
309
Attributes:
310
310
gcs_bucket (str):
311
- Cloud Storage bucket to export audio record to. You need to
312
- grant
313
- ``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
314
- the ``Storage Object Admin`` role in this bucket.
311
+ Cloud Storage bucket to export audio record
312
+ to. Setting this field would grant the Storage
313
+ Object Creator role to the Dialogflow Service
314
+ Agent.
315
+ API caller that tries to modify this field
316
+ should have the permission of
317
+ storage.buckets.setIamPolicy.
315
318
audio_export_pattern (str):
316
319
Filename pattern for exported audio.
317
320
enable_audio_redaction (bool):
Original file line number Diff line number Diff line change @@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
308
308
309
309
Attributes:
310
310
gcs_bucket (str):
311
- Cloud Storage bucket to export audio record to. You need to
312
- grant
313
- ``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
314
- the ``Storage Object Admin`` role in this bucket.
311
+ Cloud Storage bucket to export audio record
312
+ to. Setting this field would grant the Storage
313
+ Object Creator role to the Dialogflow Service
314
+ Agent.
315
+ API caller that tries to modify this field
316
+ should have the permission of
317
+ storage.buckets.setIamPolicy.
315
318
audio_export_pattern (str):
316
319
Filename pattern for exported audio.
317
320
enable_audio_redaction (bool):
You can’t perform that action at this time.
0 commit comments