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