KnowledgeBasesServiceBase class
abstract
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
createKnowledgeBase(ServiceCall call, CreateKnowledgeBaseRequest request)
→ Future<KnowledgeBase>
-
-
createKnowledgeBase_Pre(ServiceCall call, Future<CreateKnowledgeBaseRequest> request)
→ Future<KnowledgeBase>
-
-
deleteKnowledgeBase(ServiceCall call, DeleteKnowledgeBaseRequest request)
→ Future<Empty>
-
-
deleteKnowledgeBase_Pre(ServiceCall call, Future<DeleteKnowledgeBaseRequest> request)
→ Future<Empty>
-
-
getKnowledgeBase(ServiceCall call, GetKnowledgeBaseRequest request)
→ Future<KnowledgeBase>
-
-
getKnowledgeBase_Pre(ServiceCall call, Future<GetKnowledgeBaseRequest> request)
→ Future<KnowledgeBase>
-
-
listKnowledgeBases(ServiceCall call, ListKnowledgeBasesRequest request)
→ Future<ListKnowledgeBasesResponse>
-
-
listKnowledgeBases_Pre(ServiceCall call, Future<ListKnowledgeBasesRequest> request)
→ Future<ListKnowledgeBasesResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateKnowledgeBase(ServiceCall call, UpdateKnowledgeBaseRequest request)
→ Future<KnowledgeBase>
-
-
updateKnowledgeBase_Pre(ServiceCall call, Future<UpdateKnowledgeBaseRequest> request)
→ Future<KnowledgeBase>
-