Class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest
The request to ingest conversations.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest : IDirectResponseSchema
Properties
ConversationConfig
Configuration that applies to all conversations.
Declaration
[JsonProperty("conversationConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig ConversationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsSource
A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource GcsSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource |
Parent
Required. The parent resource for new conversations.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedactionConfig
Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.
Declaration
[JsonProperty("redactionConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1RedactionConfig RedactionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1RedactionConfig |
SampleSize
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.
Declaration
[JsonProperty("sampleSize")]
public virtual int? SampleSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SpeechConfig
Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.
Declaration
[JsonProperty("speechConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SpeechConfig SpeechConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1SpeechConfig |
TranscriptObjectConfig
Configuration for when source contains conversation transcripts.
Declaration
[JsonProperty("transcriptObjectConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig TranscriptObjectConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig |