PlainRecommendationResult

class PlainRecommendationResult(val location: Location, val contentType: RecommendationResult.ContentType, val contentMedia: RecommendationResult.ContentMedia, val elementId: ElementId, val sessionId: SessionId, val contents: String) : RecommendationResult.IResult<String>

プレーンなレコメンドデータを収納するためクラス

Constructors

Link copied to clipboard
fun PlainRecommendationResult(location: Location, contentType: RecommendationResult.ContentType, contentMedia: RecommendationResult.ContentMedia, elementId: ElementId, sessionId: SessionId, contents: String)

Properties

Link copied to clipboard

コンテントのメディア種別

Link copied to clipboard
open override val contents: String

結果の内容

Link copied to clipboard

コンテントの種別

Link copied to clipboard
open override val elementId: ElementId

エレメントID

Link copied to clipboard
open override val location: Location

ロケーション

Link copied to clipboard
open override val sessionId: SessionId

セッションID