View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest (google_api_contact_center_insights v0.5.0)
The request to ingest conversations.
Attributes
-
conversationConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig.t
, default:nil
) - Configuration that applies to all conversations. -
gcsSource
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.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.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t
, default:nil
) - Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings. -
speechConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig.t
, default:nil
) - Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings. -
transcriptObjectConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig.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.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest{ conversationConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig.t() | nil, gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.t() | nil, parent: String.t() | nil, redactionConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t() | nil, speechConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig.t() | nil, transcriptObjectConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.