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