GoogleCloudDialogflowV2Participant constructor

GoogleCloudDialogflowV2Participant({
  1. String? agentDesktopSource,
  2. Map<String, String>? documentsMetadataFilters,
  3. String? name,
  4. String? obfuscatedExternalUserId,
  5. String? role,
  6. String? sipRecordingMediaLabel,
})

Implementation

GoogleCloudDialogflowV2Participant({
  this.agentDesktopSource,
  this.documentsMetadataFilters,
  this.name,
  this.obfuscatedExternalUserId,
  this.role,
  this.sipRecordingMediaLabel,
});