recommendBatch method
ResponseFuture<RecommendBatchResponse>
recommendBatch(
- RecommendBatchPoints request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$4.RecommendBatchResponse> recommendBatch($4.RecommendBatchPoints request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$recommendBatch, request, options: options);
}