View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequest (google_api_contact_center_insights v0.10.0)
The request to ingest conversations.
Attributes
-
conversationConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.t
, default:nil
) - Configuration that applies to all conversations. -
gcsSource
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.t
, default:nil
) - A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication. -
parent
(type:String.t
, default:nil
) - Required. The parent resource for new conversations. -
redactionConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t
, default:nil
) - Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings. -
sampleSize
(type:integer()
, default:nil
) - 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. -
speechConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SpeechConfig.t
, default:nil
) - Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings. -
transcriptObjectConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.t
, default:nil
) - Configuration for whensource
contains conversation transcripts.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequest{ conversationConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.t() | nil, gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.t() | nil, parent: String.t() | nil, redactionConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t() | nil, sampleSize: integer() | nil, speechConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SpeechConfig.t() | nil, transcriptObjectConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.