updateKnowledgeBase method
ResponseFuture<KnowledgeBase>
updateKnowledgeBase(
- UpdateKnowledgeBaseRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$15.KnowledgeBase> updateKnowledgeBase(
$15.UpdateKnowledgeBaseRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateKnowledgeBase, request, options: options);
}