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