/AWS1/CL_BDOMEMORYSTRAGINPUT¶
Contains input information for creating a memory strategy.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_semanticmemorystrategy
TYPE REF TO /AWS1/CL_BDOSEMANMEMSTRAGINPUT
/AWS1/CL_BDOSEMANMEMSTRAGINPUT
¶
Input for creating a semantic memory strategy.
io_summarymemorystrategy
TYPE REF TO /AWS1/CL_BDOSUMMMEMSTRAGINPUT
/AWS1/CL_BDOSUMMMEMSTRAGINPUT
¶
Input for creating a summary memory strategy.
io_userprefmemorystrategy
TYPE REF TO /AWS1/CL_BDOUSERPREFMEMSTGYINP
/AWS1/CL_BDOUSERPREFMEMSTGYINP
¶
Input for creating a user preference memory strategy.
io_custommemorystrategy
TYPE REF TO /AWS1/CL_BDOCUSTMEMSTRAGINPUT
/AWS1/CL_BDOCUSTMEMSTRAGINPUT
¶
Input for creating a custom memory strategy.
Queryable Attributes¶
semanticMemoryStrategy¶
Input for creating a semantic memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SEMANTICMEMORYSTRATEGY() |
Getter for SEMANTICMEMORYSTRATEGY |
summaryMemoryStrategy¶
Input for creating a summary memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUMMARYMEMORYSTRATEGY() |
Getter for SUMMARYMEMORYSTRATEGY |
userPreferenceMemoryStrategy¶
Input for creating a user preference memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERPREFMEMORYSTRATEGY() |
Getter for USERPREFERENCEMEMORYSTRATEGY |
customMemoryStrategy¶
Input for creating a custom memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMMEMORYSTRATEGY() |
Getter for CUSTOMMEMORYSTRATEGY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEMORYSTRATEGYINPUTLIST
¶
TYPES TT_MEMORYSTRATEGYINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMEMORYSTRAGINPUT WITH DEFAULT KEY
.