GoogleCloudDialogflowV2Participant constructor

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

Implementation

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