ProjectsLocationsKnowledgeBasesResource class
Methods
-
create(GoogleCloudDialogflowV2KnowledgeBase request, String parent, {String? $fields})
→ Future<GoogleCloudDialogflowV2KnowledgeBase>
-
Creates a knowledge base.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes the specified knowledge base.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDialogflowV2KnowledgeBase>
-
Retrieves the specified knowledge base.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowV2ListKnowledgeBasesResponse>
-
Returns the list of all knowledge bases of the specified agent.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDialogflowV2KnowledgeBase request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowV2KnowledgeBase>
-
Updates the specified knowledge base.
-
toString()
→ String
-
A string representation of this object.
inherited