GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson constructor
GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson(core.Map json_)
: this(
agentVersion: json_['agentVersion'] as core.String?,
createTime: json_['createTime'] as core.String?,
description: json_['description'] as core.String?,
);