/AWS1/CL_LM2ALYSINTENTNODESUMM¶
An object containing information about the requested path.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_intentname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The name of the intent at the end of the requested path.
iv_intentpath TYPE /AWS1/LM2ANALYTICSPATH /AWS1/LM2ANALYTICSPATH¶
The path.
iv_intentcount TYPE /AWS1/LM2ANALYTICSNODECOUNT /AWS1/LM2ANALYTICSNODECOUNT¶
The total number of sessions that follow the given path to the given intent.
iv_intentlevel TYPE /AWS1/LM2ANALYTICSNODELEVEL /AWS1/LM2ANALYTICSNODELEVEL¶
The number of intents up to and including the requested path.
iv_nodetype TYPE /AWS1/LM2ANALYTICSNODETYPE /AWS1/LM2ANALYTICSNODETYPE¶
Specifies whether the node is the end of a path (
Exit) or not (Inner).
Queryable Attributes¶
intentName¶
The name of the intent at the end of the requested path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTNAME() |
Getter for INTENTNAME, with configurable default |
ASK_INTENTNAME() |
Getter for INTENTNAME w/ exceptions if field has no value |
HAS_INTENTNAME() |
Determine if INTENTNAME has a value |
intentPath¶
The path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTPATH() |
Getter for INTENTPATH, with configurable default |
ASK_INTENTPATH() |
Getter for INTENTPATH w/ exceptions if field has no value |
HAS_INTENTPATH() |
Determine if INTENTPATH has a value |
intentCount¶
The total number of sessions that follow the given path to the given intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTCOUNT() |
Getter for INTENTCOUNT, with configurable default |
ASK_INTENTCOUNT() |
Getter for INTENTCOUNT w/ exceptions if field has no value |
HAS_INTENTCOUNT() |
Determine if INTENTCOUNT has a value |
intentLevel¶
The number of intents up to and including the requested path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTLEVEL() |
Getter for INTENTLEVEL, with configurable default |
ASK_INTENTLEVEL() |
Getter for INTENTLEVEL w/ exceptions if field has no value |
HAS_INTENTLEVEL() |
Determine if INTENTLEVEL has a value |
nodeType¶
Specifies whether the node is the end of a path (
Exit) or not (Inner).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ALYSINTENTNODESUMMARIES¶
TYPES TT_ALYSINTENTNODESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2ALYSINTENTNODESUMM WITH DEFAULT KEY
.