matchIntent_Pre method

Future<MatchIntentResponse> matchIntent_Pre(
  1. ServiceCall call,
  2. Future<MatchIntentRequest> request
)

Implementation

$async.Future<$8.MatchIntentResponse> matchIntent_Pre($grpc.ServiceCall call,
    $async.Future<$8.MatchIntentRequest> request) async {
  return matchIntent(call, await request);
}