ProjectsLocationsAgentsSessionsEntityTypesResource class
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(GoogleCloudDialogflowCxV3SessionEntityType request, String parent, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3SessionEntityType>
-
Creates a session entity type.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes the specified session entity type.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3SessionEntityType>
-
Retrieves the specified session entity type.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse>
-
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(GoogleCloudDialogflowCxV3SessionEntityType request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowCxV3SessionEntityType>
-
Updates the specified session entity type.
-
toString()
→ String
-
A string representation of this object.
inherited