detectIntent_Pre method

Future<DetectIntentResponse> detectIntent_Pre(
  1. ServiceCall call,
  2. Future<DetectIntentRequest> request
)

Implementation

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