ProjectsAgentSessionsEntityTypesResource class

Constructors

ProjectsAgentSessionsEntityTypesResource(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(GoogleCloudDialogflowV2SessionEntityType request, String parent, {String? $fields}) Future<GoogleCloudDialogflowV2SessionEntityType>
Creates a session entity type.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified session entity type.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowV2SessionEntityType>
Retrieves the specified session entity type.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowV2ListSessionEntityTypesResponse>
Returns the list of all session entity types in the specified session.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowV2SessionEntityType request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2SessionEntityType>
Updates the specified session entity type.
toString() String
A string representation of this object.
inherited

Operators

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