GoogleCloudDialogflowV2BatchDeleteEntitiesRequest constructor

GoogleCloudDialogflowV2BatchDeleteEntitiesRequest({
  1. List<String>? entityValues,
  2. String? languageCode,
})

Implementation

GoogleCloudDialogflowV2BatchDeleteEntitiesRequest({
  this.entityValues,
  this.languageCode,
});