GoogleCloudDialogflowCxV3Tool constructor

GoogleCloudDialogflowCxV3Tool({
  1. GoogleCloudDialogflowCxV3ToolDataStoreTool? dataStoreSpec,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudDialogflowCxV3ToolFunctionTool? functionSpec,
  5. String? name,
  6. GoogleCloudDialogflowCxV3ToolOpenApiTool? openApiSpec,
  7. String? toolType,
})

Implementation

GoogleCloudDialogflowCxV3Tool({
  this.dataStoreSpec,
  this.description,
  this.displayName,
  this.functionSpec,
  this.name,
  this.openApiSpec,
  this.toolType,
});