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