detectIntent_Pre method
Future<DetectIntentResponse>
detectIntent_Pre(
- ServiceCall call,
- Future<
DetectIntentRequest> request
Implementation
$async.Future<$9.DetectIntentResponse> detectIntent_Pre(
$grpc.ServiceCall call,
$async.Future<$9.DetectIntentRequest> request) async {
return detectIntent(call, await request);
}