Class GoogleCloudContactcenterinsightsV1mainIngestConversationsRequest
The request to ingest conversations.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainIngestConversationsRequest : IDirectResponseSchema
Properties
ConversationConfig
Configuration that applies to all conversations.
Declaration
[JsonProperty("conversationConfig")]
public virtual GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestConversationConfig ConversationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestConversationConfig |
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 GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestGcsSource GcsSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestGcsSource |
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 GoogleCloudContactcenterinsightsV1mainRedactionConfig RedactionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainRedactionConfig |
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 GoogleCloudContactcenterinsightsV1mainSpeechConfig SpeechConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainSpeechConfig |
TranscriptObjectConfig
Configuration for when source contains conversation transcripts.
Declaration
[JsonProperty("transcriptObjectConfig")]
public virtual GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestTranscriptObjectConfig TranscriptObjectConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestTranscriptObjectConfig |