ProjectsLocationsAgentsToolsResource class

Constructors

ProjectsLocationsAgentsToolsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions ProjectsLocationsAgentsToolsVersionsResource
no setter

Methods

create(GoogleCloudDialogflowCxV3Tool request, String parent, {String? $fields}) Future<GoogleCloudDialogflowCxV3Tool>
Creates a Tool in the specified agent.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a specified Tool.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowCxV3Tool>
Retrieves the specified Tool.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowCxV3ListToolsResponse>
Returns a list of Tools in the specified agent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowCxV3Tool request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3Tool>
Update the specified Tool.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited