matchIntent method

ResponseFuture<MatchIntentResponse> matchIntent(
  1. MatchIntentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.MatchIntentResponse> matchIntent(
    $9.MatchIntentRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$matchIntent, request, options: options);
}