GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig constructor

GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig({
  1. String? apiKey,
  2. String? keyName,
  3. String? requestLocation,
  4. String? secretVersionForApiKey,
})

Implementation

GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig({
  this.apiKey,
  this.keyName,
  this.requestLocation,
  this.secretVersionForApiKey,
});