createKnowledgeBase_Pre method

Future<KnowledgeBase> createKnowledgeBase_Pre(
  1. ServiceCall call,
  2. Future<CreateKnowledgeBaseRequest> request
)

Implementation

$async.Future<$15.KnowledgeBase> createKnowledgeBase_Pre(
    $grpc.ServiceCall call,
    $async.Future<$15.CreateKnowledgeBaseRequest> request) async {
  return createKnowledgeBase(call, await request);
}