GoogleCloudDialogflowV2BatchCreateEntitiesRequest constructor

GoogleCloudDialogflowV2BatchCreateEntitiesRequest({
  1. List<GoogleCloudDialogflowV2EntityTypeEntity>? entities,
  2. String? languageCode,
})

Implementation

GoogleCloudDialogflowV2BatchCreateEntitiesRequest({
  this.entities,
  this.languageCode,
});