additionalDescriptions property

List<RecommendationDescription>? additionalDescriptions
getter/setter pair

List of additional localized descriptions for a recommendation.

Localication uses the languageCode field in GenerateRecommendations requests. Not all description types are guaranteed to be present and we recommend to rely on default description.

Output only.

Implementation

core.List<RecommendationDescription>? additionalDescriptions;