GoogleCloudDialogflowCxV3ToolUse class

Stores metadata of the invocation of an action supported by a tool.

Constructors

GoogleCloudDialogflowCxV3ToolUse.new({String? action, String? displayName, Map<String, Object?>? inputActionParameters, Map<String, Object?>? outputActionParameters, String? tool})
GoogleCloudDialogflowCxV3ToolUse.fromJson(Map json_)

Properties

action String?
Name of the action to be called during the tool use.
getter/setter pair
displayName String?
The display name of the tool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputActionParameters Map<String, Object?>?
A list of input parameters for the action.
getter/setter pair
outputActionParameters Map<String, Object?>?
A list of output parameters generated by the action.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tool String?
The tool that should be used.
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