GoogleCloudDialogflowV2Tool constructor
GoogleCloudDialogflowV2Tool({
- Map<
String, String> ? actionConfirmationRequirement, - GoogleCloudDialogflowV2ToolConnectorTool? connectorSpec,
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudDialogflowV2ToolExtensionTool? extensionSpec,
- GoogleCloudDialogflowV2ToolFunctionTool? functionSpec,
- String? name,
- GoogleCloudDialogflowV2ToolOpenApiTool? openApiSpec,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? toolKey,
- 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,
});