GoogleCloudDialogflowV2BatchUpdateEntitiesRequest constructor
GoogleCloudDialogflowV2BatchUpdateEntitiesRequest({
- List<
GoogleCloudDialogflowV2EntityTypeEntity> ? entities, - String? languageCode,
- String? updateMask,
Implementation
GoogleCloudDialogflowV2BatchUpdateEntitiesRequest({
this.entities,
this.languageCode,
this.updateMask,
});