ProjectsLocationsAgentIntentsResource class

Constructors

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

batchDelete(GoogleCloudDialogflowV2BatchDeleteIntentsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes intents in the specified agent.
batchUpdate(GoogleCloudDialogflowV2BatchUpdateIntentsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Updates/Creates multiple intents in the specified agent.
create(GoogleCloudDialogflowV2Intent request, String parent, {String? intentView, String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2Intent>
Creates an intent in the specified agent.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified intent and its direct or indirect followup intents.
get(String name, {String? intentView, String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2Intent>
Retrieves the specified intent.
list(String parent, {String? intentView, String? languageCode, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowV2ListIntentsResponse>
Returns the list of all intents in the specified agent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowV2Intent request, String name, {String? intentView, String? languageCode, String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2Intent>
Updates the specified intent.
toString() String
A string representation of this object.
inherited

Operators

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