GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig constructor

GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig({
  1. String? secretVersionForToken,
  2. String? token,
})

Implementation

GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig({
  this.secretVersionForToken,
  this.token,
});