AWS SDK for Kotlin
Toggle table of contents
1.5.109
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
RecommenderRecipeName
Recommender
Recipe
Name
sealed
class
RecommenderRecipeName
Inheritors
FrequentlyPairedItems
PopularItems
RecommendedForYou
SimilarItems
TrendingNow
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Frequently
Paired
Items
Link copied to clipboard
object
FrequentlyPairedItems
:
RecommenderRecipeName
Popular
Items
Link copied to clipboard
object
PopularItems
:
RecommenderRecipeName
Recommended
For
You
Link copied to clipboard
object
RecommendedForYou
:
RecommenderRecipeName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommenderRecipeName
Similar
Items
Link copied to clipboard
object
SimilarItems
:
RecommenderRecipeName
Trending
Now
Link copied to clipboard
object
TrendingNow
:
RecommenderRecipeName
Properties
value
Link copied to clipboard
abstract
val
value
:
String