GoogleCloudContactcenterinsightsV1IngestConversationsRequest constructor
GoogleCloudContactcenterinsightsV1IngestConversationsRequest({
- GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig? conversationConfig,
- GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource? gcsSource,
- String? parent,
- GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig,
- int? sampleSize,
- GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig,
- GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig? transcriptObjectConfig,
Implementation
GoogleCloudContactcenterinsightsV1IngestConversationsRequest({
this.conversationConfig,
this.gcsSource,
this.parent,
this.redactionConfig,
this.sampleSize,
this.speechConfig,
this.transcriptObjectConfig,
});