Class IngestConversationsRequest (1.22.0)

IngestConversationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
gcs_source google.cloud.contact_center_insights_v1.types.IngestConversationsRequest.GcsSource
A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication. This field is a member of oneof_ source.
transcript_object_config google.cloud.contact_center_insights_v1.types.IngestConversationsRequest.TranscriptObjectConfig
Configuration for when source contains conversation transcripts. This field is a member of oneof_ object_config.
parent str
Required. The parent resource for new conversations.
conversation_config google.cloud.contact_center_insights_v1.types.IngestConversationsRequest.ConversationConfig
Configuration that applies to all conversations.
redaction_config google.cloud.contact_center_insights_v1.types.RedactionConfig
Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.
speech_config google.cloud.contact_center_insights_v1.types.SpeechConfig
Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.
sample_size int
Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless they are first deleted, conversations produced through sampling won't be ingested by subsequent ingest requests. This field is a member of oneof_ _sample_size.

Classes

ConversationConfig

ConversationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration that applies to all conversations.

GcsSource

GcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TranscriptObjectConfig

TranscriptObjectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for processing transcript objects.