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