Class IngestConversationsRequest (1.17.3)

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

Attributes

NameDescription
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.

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)

Configuration for Cloud Storage bucket sources.

TranscriptObjectConfig

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

Configuration for processing transcript objects.