GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson constructor

GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson(
  1. 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?,
    );