GoogleCloudDialogflowV2EntityTypeEntity.fromJson constructor
GoogleCloudDialogflowV2EntityTypeEntity.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2EntityTypeEntity.fromJson(core.Map json_)
: this(
synonyms: (json_['synonyms'] as core.List?)
?.map((value) => value as core.String)
.toList(),
value: json_['value'] as core.String?,
);