metadataBucketUri property
The Cloud Storage path to the conversation metadata.
Note that: [1] Metadata files are expected to be in JSON format. [2]
Metadata and source files (transcripts or audio) must be in separate
buckets. [3] A source file and its corresponding metadata file must
share the same name to be properly ingested, E.g.
gs://bucket/audio/conversation1.mp3
and
gs://bucket/metadata/conversation1.json
.
Optional.
Implementation
core.String? metadataBucketUri;