ProjectsAgentEntityTypesResource class

Constructors

ProjectsAgentEntityTypesResource(ApiRequester client)

Properties

entities ProjectsAgentEntityTypesEntitiesResource
no setter
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(GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes entity types in the specified agent.
batchUpdate(GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Updates/Creates multiple entity types in the specified agent.
create(GoogleCloudDialogflowV2EntityType request, String parent, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2EntityType>
Creates an entity type in the specified agent.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified entity type.
get(String name, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2EntityType>
Retrieves the specified entity type.
list(String parent, {String? languageCode, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowV2ListEntityTypesResponse>
Returns the list of all entity types in the specified agent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowV2EntityType request, String name, {String? languageCode, String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2EntityType>
Updates the specified entity type.
toString() String
A string representation of this object.
inherited

Operators

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