Contact Center AI Insights v1 API - Class IngestConversationsRequest (2.3.0)

public sealed class IngestConversationsRequest : IMessage<IngestConversationsRequest>, IEquatable<IngestConversationsRequest>, IDeepCloneable<IngestConversationsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsRequest.

The request to ingest conversations.

Inheritance

Object > IngestConversationsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IngestConversationsRequest()

public IngestConversationsRequest()

IngestConversationsRequest(IngestConversationsRequest)

public IngestConversationsRequest(IngestConversationsRequest other)
Parameter
NameDescription
otherIngestConversationsRequest

Properties

ConversationConfig

public IngestConversationsRequest.Types.ConversationConfig ConversationConfig { get; set; }

Configuration that applies to all conversations.

Property Value
TypeDescription
IngestConversationsRequest.Types.ConversationConfig

GcsSource

public IngestConversationsRequest.Types.GcsSource GcsSource { get; set; }

A cloud storage bucket source.

Property Value
TypeDescription
IngestConversationsRequest.Types.GcsSource

ObjectConfigCase

public IngestConversationsRequest.ObjectConfigOneofCase ObjectConfigCase { get; }
Property Value
TypeDescription
IngestConversationsRequest.ObjectConfigOneofCase

Parent

public string Parent { get; set; }

Required. The parent resource for new conversations.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

SourceCase

public IngestConversationsRequest.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
IngestConversationsRequest.SourceOneofCase

TranscriptObjectConfig

public IngestConversationsRequest.Types.TranscriptObjectConfig TranscriptObjectConfig { get; set; }

Configuration for when source contains conversation transcripts.

Property Value
TypeDescription
IngestConversationsRequest.Types.TranscriptObjectConfig