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