batchDeleteIntents_Pre method

Future<Operation> batchDeleteIntents_Pre(
  1. ServiceCall call,
  2. Future<BatchDeleteIntentsRequest> request
)

Implementation

$async.Future<$0.Operation> batchDeleteIntents_Pre($grpc.ServiceCall call,
    $async.Future<$5.BatchDeleteIntentsRequest> request) async {
  return batchDeleteIntents(call, await request);
}