Skip to content

/AWS1/CL_CNLEXTRACTEDINFOVALUE

An individual value extracted from the conversation, including its content and the locations where it was found.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_content TYPE /AWS1/CNLEXTRACTEDINFOCONTENT /AWS1/CNLEXTRACTEDINFOCONTENT

The text content of the extracted value.

it_pointsofinterest TYPE /AWS1/CL_CNLPOINTOFINTEREST=>TT_POINTSOFINTEREST TT_POINTSOFINTEREST

The sections in the conversation that indicate where the extracted value was found.


Queryable Attributes

Content

The text content of the extracted value.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT, with configurable default
ASK_CONTENT() Getter for CONTENT w/ exceptions if field has no value
HAS_CONTENT() Determine if CONTENT has a value

PointsOfInterest

The sections in the conversation that indicate where the extracted value was found.

Accessible with the following methods

Method Description
GET_POINTSOFINTEREST() Getter for POINTSOFINTEREST, with configurable default
ASK_POINTSOFINTEREST() Getter for POINTSOFINTEREST w/ exceptions if field has no va
HAS_POINTSOFINTEREST() Determine if POINTSOFINTEREST 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_EXTRACTEDINFORMATIONVALUES

TYPES TT_EXTRACTEDINFORMATIONVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNLEXTRACTEDINFOVALUE WITH DEFAULT KEY
.