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