GoogleCloudDialogflowV2Tool class
Constructors
-
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}) - GoogleCloudDialogflowV2Tool.fromJson(Map json_)
Properties
-
actionConfirmationRequirement
↔ Map<
String, String> ? -
getter/setter pair
- connectorSpec ↔ GoogleCloudDialogflowV2ToolConnectorTool?
-
getter/setter pair
- createTime ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
- extensionSpec ↔ GoogleCloudDialogflowV2ToolExtensionTool?
-
getter/setter pair
- functionSpec ↔ GoogleCloudDialogflowV2ToolFunctionTool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
getter/setter pair
- openApiSpec ↔ GoogleCloudDialogflowV2ToolOpenApiTool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
getter/setter pair
- satisfiesPzs ↔ bool?
-
getter/setter pair
- toolKey ↔ String?
-
getter/setter pair
- updateTime ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited