getIntent_Pre method

Future<Intent> getIntent_Pre(
  1. ServiceCall call,
  2. Future<GetIntentRequest> request
)

Implementation

$async.Future<$6.Intent> getIntent_Pre($grpc.ServiceCall call,
    $async.Future<$6.GetIntentRequest> request) async {
  return getIntent(call, await request);
}