Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IngestConversationsRequest

The request to ingest conversations.

Inheritance
object
GoogleCloudContactcenterinsightsV1IngestConversationsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1IngestConversationsRequest : IDirectResponseSchema

Properties

ConversationConfig

Configuration that applies to all conversations.

Declaration
[JsonProperty("conversationConfig")]
public virtual GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig ConversationConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig

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 GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource

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 GoogleCloudContactcenterinsightsV1RedactionConfig RedactionConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1RedactionConfig

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 GoogleCloudContactcenterinsightsV1SpeechConfig SpeechConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1SpeechConfig

TranscriptObjectConfig

Configuration for when source contains conversation transcripts.

Declaration
[JsonProperty("transcriptObjectConfig")]
public virtual GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig TranscriptObjectConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX