Skip to content

/AWS1/CL_CNTRECOMMENDERCONFIG

Configuration for the recommender used to generate personalized recommendations included in an outbound web notification.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domainname TYPE /AWS1/CNTPERSONALIZEDOMAINNAME /AWS1/CNTPERSONALIZEDOMAINNAME

The name of the Amazon Personalize domain that hosts the recommender.

iv_recommendername TYPE /AWS1/CNTRECOMMENDERNAME /AWS1/CNTRECOMMENDERNAME

The name of the recommender used to generate the recommendations.

Optional arguments:

it_context TYPE /AWS1/CL_CNTRECMDRCONTEXT_W=>TT_RECOMMENDERCONTEXT TT_RECOMMENDERCONTEXT

A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.


Queryable Attributes

DomainName

The name of the Amazon Personalize domain that hosts the recommender.

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

RecommenderName

The name of the recommender used to generate the recommendations.

Accessible with the following methods

Method Description
GET_RECOMMENDERNAME() Getter for RECOMMENDERNAME, with configurable default
ASK_RECOMMENDERNAME() Getter for RECOMMENDERNAME w/ exceptions if field has no val
HAS_RECOMMENDERNAME() Determine if RECOMMENDERNAME has a value

Context

A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.

Accessible with the following methods

Method Description
GET_CONTEXT() Getter for CONTEXT, with configurable default
ASK_CONTEXT() Getter for CONTEXT w/ exceptions if field has no value
HAS_CONTEXT() Determine if CONTEXT has a value