GoogleCloudDialogflowCxV3Tool constructor
GoogleCloudDialogflowCxV3Tool({
- GoogleCloudDialogflowCxV3ToolDataStoreTool? dataStoreSpec,
- String? description,
- String? displayName,
- GoogleCloudDialogflowCxV3ToolFunctionTool? functionSpec,
- String? name,
- GoogleCloudDialogflowCxV3ToolOpenApiTool? openApiSpec,
- String? toolType,
Implementation
GoogleCloudDialogflowCxV3Tool({
this.dataStoreSpec,
this.description,
this.displayName,
this.functionSpec,
this.name,
this.openApiSpec,
this.toolType,
});