batchDeleteIntents_Pre method

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

Implementation

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