Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource

Configuration for Cloud Storage bucket sources.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource : IDirectResponseSchema

Properties

AudioBucketUri

Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. gs://bucket/transcript/conversation1.json and gs://bucket/audio/conversation1.mp3.

Declaration
[JsonProperty("audioBucketUri")]
public virtual string AudioBucketUri { get; set; }
Property Value
Type Description
string

BucketObjectType

Optional. Specifies the type of the objects in bucket_uri. Avoid passing this. This is inferred from the transcript_bucket_uri, audio_bucket_uri.

Declaration
[JsonProperty("bucketObjectType")]
public virtual string BucketObjectType { get; set; }
Property Value
Type Description
string

BucketUri

Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of transcript_bucket_uri or audio_bucket_uri.

Declaration
[JsonProperty("bucketUri")]
public virtual string BucketUri { get; set; }
Property Value
Type Description
string

CustomMetadataKeys

Optional. Custom keys to extract as conversation labels from metadata files in metadata_bucket_uri. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation.

Declaration
[JsonProperty("customMetadataKeys")]
public virtual IList<string> CustomMetadataKeys { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetadataBucketUri

Optional. 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 / folders. [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.

Declaration
[JsonProperty("metadataBucketUri")]
public virtual string MetadataBucketUri { get; set; }
Property Value
Type Description
string

TranscriptBucketUri

Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [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.

Declaration
[JsonProperty("transcriptBucketUri")]
public virtual string TranscriptBucketUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX