fulfillIntent_Pre method

Future<FulfillIntentResponse> fulfillIntent_Pre(
  1. ServiceCall call,
  2. Future<FulfillIntentRequest> request
)

Implementation

$async.Future<$8.FulfillIntentResponse> fulfillIntent_Pre(
    $grpc.ServiceCall call,
    $async.Future<$8.FulfillIntentRequest> request) async {
  return fulfillIntent(call, await request);
}