ProjectsAgentEnvironmentsUsersSessionsEntityTypesResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
create(GoogleCloudDialogflowV2SessionEntityType request, String parent, {String $fields})
→ Future<GoogleCloudDialogflowV2SessionEntityType>
-
Creates a session entity type. If the specified session entity type
already exists, overrides the session entity type. This method doesn't
work with Google Assistant integration. Contact Dialogflow support if you
need to use session entities with Google Assistant integration. [...]
-
delete(String name, {String $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes the specified session entity type. This method doesn't work with
Google Assistant integration. Contact Dialogflow support if you need to
use session entities with Google Assistant integration. [...]
-
get(String name, {String $fields})
→ Future<GoogleCloudDialogflowV2SessionEntityType>
-
Retrieves the specified session entity type. This method doesn't work with
Google Assistant integration. Contact Dialogflow support if you need to
use session entities with Google Assistant integration. [...]
-
list(String parent, {String pageToken, int pageSize, String $fields})
→ Future<GoogleCloudDialogflowV2ListSessionEntityTypesResponse>
-
Returns the list of all session entity types in the specified session.
This method doesn't work with Google Assistant integration. Contact
Dialogflow support if you need to use session entities with Google
Assistant integration. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(GoogleCloudDialogflowV2SessionEntityType request, String name, {String updateMask, String $fields})
→ Future<GoogleCloudDialogflowV2SessionEntityType>
-
Updates the specified session entity type. This method doesn't work with
Google Assistant integration. Contact Dialogflow support if you need to
use session entities with Google Assistant integration. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited