IngestConversationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request to ingest conversations.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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)
Configuration for Cloud Storage bucket sources.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
TranscriptObjectConfig
TranscriptObjectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for processing transcript objects.