GoogleCloudDialogflowCxV3IntentTrainingPhrasePart.fromJson constructor
GoogleCloudDialogflowCxV3IntentTrainingPhrasePart.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3IntentTrainingPhrasePart.fromJson(core.Map json_)
: this(
parameterId: json_['parameterId'] as core.String?,
text: json_['text'] as core.String?,
);