GoogleCloudDialogflowV2Tool constructor

GoogleCloudDialogflowV2Tool({
  1. Map<String, String>? actionConfirmationRequirement,
  2. GoogleCloudDialogflowV2ToolConnectorTool? connectorSpec,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. GoogleCloudDialogflowV2ToolExtensionTool? extensionSpec,
  7. GoogleCloudDialogflowV2ToolFunctionTool? functionSpec,
  8. String? name,
  9. GoogleCloudDialogflowV2ToolOpenApiTool? openApiSpec,
  10. bool? satisfiesPzi,
  11. bool? satisfiesPzs,
  12. String? toolKey,
  13. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2Tool({
  this.actionConfirmationRequirement,
  this.connectorSpec,
  this.createTime,
  this.description,
  this.displayName,
  this.extensionSpec,
  this.functionSpec,
  this.name,
  this.openApiSpec,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.toolKey,
  this.updateTime,
});