recommendBatch method

ResponseFuture<RecommendBatchResponse> recommendBatch(
  1. RecommendBatchPoints request, {
  2. CallOptions? options,
})

Implementation

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