GoogleCloudContactcenterinsightsV1UploadConversationRequest constructor

GoogleCloudContactcenterinsightsV1UploadConversationRequest({
  1. GoogleCloudContactcenterinsightsV1Conversation? conversation,
  2. String? conversationId,
  3. String? parent,
  4. GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig,
  5. GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig,
})

Implementation

GoogleCloudContactcenterinsightsV1UploadConversationRequest({
  this.conversation,
  this.conversationId,
  this.parent,
  this.redactionConfig,
  this.speechConfig,
});