ProjectsResourceApi class
Constructors
- ProjectsResourceApi(ApiRequester client)
Properties
- agent → ProjectsAgentResourceApi
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- locations → ProjectsLocationsResourceApi
-
read-only
- operations → ProjectsOperationsResourceApi
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
deleteAgent(
String parent, {String $fields}) → Future< GoogleProtobufEmpty> - Deletes the specified agent. [...]
-
getAgent(
String parent, {String $fields}) → Future< GoogleCloudDialogflowV2Agent> - Retrieves the specified agent. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setAgent(
GoogleCloudDialogflowV2Agent request, String parent, {String updateMask, String $fields}) → Future< GoogleCloudDialogflowV2Agent> - Creates/updates the specified agent. [...]
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited