ProjectsLocationsAgentsGeneratorsResource class

Constructors

ProjectsLocationsAgentsGeneratorsResource(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

Methods

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

Operators

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