RecommendationCluster


class RecommendationCluster


A list of entities for recommendation.

Summary

Nested types

Builder class for RecommendationCluster.

Public functions

Optional<String!>!

Returns the action text associated with the RecommendationCluster.

Optional<Uri!>!

Returns the action Uri which user is navigated to on clicking the action text of .

Int
ImmutableList<DisplayTimeWindow!>!

Returns the display time windows associated with the RecommendationCluster.

(Mutable)List<Entity!>!

Returns the list of Entity in the Cluster.

Optional<String!>!

Returns the subtitle of RecommendationCluster.

Public properties

String!

Public functions

getActionText

fun getActionText(): Optional<String!>!

Returns the action text associated with the RecommendationCluster.

getActionUri

fun getActionUri(): Optional<Uri!>!

Returns the action Uri which user is navigated to on clicking the action text of .

getClusterType

fun getClusterType(): Int

getDisplayTimeWindows

fun getDisplayTimeWindows(): ImmutableList<DisplayTimeWindow!>!

Returns the display time windows associated with the RecommendationCluster.

getEntities

fun getEntities(): (Mutable)List<Entity!>!

Returns the list of Entity in the Cluster.

getSubtitle

fun getSubtitle(): Optional<String!>!

Returns the subtitle of RecommendationCluster.

Public properties

title

val titleString!