GoogleCloudContactcenterinsightsV1UploadConversationRequest constructor
GoogleCloudContactcenterinsightsV1UploadConversationRequest({
- GoogleCloudContactcenterinsightsV1Conversation? conversation,
- String? conversationId,
- String? parent,
- GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig,
- GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig,
Implementation
GoogleCloudContactcenterinsightsV1UploadConversationRequest({
this.conversation,
this.conversationId,
this.parent,
this.redactionConfig,
this.speechConfig,
});