GoogleCloudDialogflowV2AutomatedAgentConfig.fromJson constructor

GoogleCloudDialogflowV2AutomatedAgentConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2AutomatedAgentConfig.fromJson(core.Map json_)
    : this(
        agent: json_['agent'] as core.String?,
        sessionTtl: json_['sessionTtl'] as core.String?,
      );