GoogleCloudDialogflowV2RestoreAgentRequest.fromJson constructor

GoogleCloudDialogflowV2RestoreAgentRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2RestoreAgentRequest.fromJson(core.Map json_)
  : this(
      agentContent: json_['agentContent'] as core.String?,
      agentUri: json_['agentUri'] as core.String?,
    );