ProjectsLocationsAgentsEntityTypesResource class

Constructors

ProjectsLocationsAgentsEntityTypesResource(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(GoogleCloudDialogflowCxV3EntityType request, String parent, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3EntityType>
Creates an entity type in the specified agent.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified entity type.
export(GoogleCloudDialogflowCxV3ExportEntityTypesRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Exports the selected entity types.
get(String name, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3EntityType>
Retrieves the specified entity type.
import(GoogleCloudDialogflowCxV3ImportEntityTypesRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Imports the specified entitytypes into the agent.
list(String parent, {String? languageCode, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowCxV3ListEntityTypesResponse>
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(GoogleCloudDialogflowCxV3EntityType request, String name, {String? languageCode, String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3EntityType>
Updates the specified entity type.
toString() String
A string representation of this object.
inherited

Operators

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