updateKnowledgeBase method

ResponseFuture<KnowledgeBase> updateKnowledgeBase(
  1. UpdateKnowledgeBaseRequest request, {
  2. CallOptions? options,
})

Implementation

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