ProjectsLocationsAgentsToolsResource class
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