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