GoogleCloudDialogflowV2ToolOpenApiTool constructor

GoogleCloudDialogflowV2ToolOpenApiTool({
  1. GoogleCloudDialogflowV2ToolAuthentication? authentication,
  2. GoogleCloudDialogflowV2ToolServiceDirectoryConfig? serviceDirectoryConfig,
  3. String? textSchema,
  4. GoogleCloudDialogflowV2ToolTLSConfig? tlsConfig,
})

Implementation

GoogleCloudDialogflowV2ToolOpenApiTool({
  this.authentication,
  this.serviceDirectoryConfig,
  this.textSchema,
  this.tlsConfig,
});