GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig.fromJson constructor

GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig.fromJson(
  1. Map json_
)

Implementation

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