/AWS1/CL_CNTTRANSCRIPTCRITERIA¶
A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_participantrole TYPE /AWS1/CNTPARTICIPANTROLE /AWS1/CNTPARTICIPANTROLE¶
The participant role in a transcript
it_searchtext TYPE /AWS1/CL_CNTSEARCHTEXTLIST_W=>TT_SEARCHTEXTLIST TT_SEARCHTEXTLIST¶
The words or phrases used to search within a transcript.
iv_matchtype TYPE /AWS1/CNTSRCHCONTACTSMATCHTYPE /AWS1/CNTSRCHCONTACTSMATCHTYPE¶
The match type combining search criteria using multiple search texts in a transcript criteria.
Queryable Attributes¶
ParticipantRole¶
The participant role in a transcript
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTROLE() |
Getter for PARTICIPANTROLE, with configurable default |
ASK_PARTICIPANTROLE() |
Getter for PARTICIPANTROLE w/ exceptions if field has no val |
HAS_PARTICIPANTROLE() |
Determine if PARTICIPANTROLE has a value |
SearchText¶
The words or phrases used to search within a transcript.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHTEXT() |
Getter for SEARCHTEXT, with configurable default |
ASK_SEARCHTEXT() |
Getter for SEARCHTEXT w/ exceptions if field has no value |
HAS_SEARCHTEXT() |
Determine if SEARCHTEXT has a value |
MatchType¶
The match type combining search criteria using multiple search texts in a transcript criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHTYPE() |
Getter for MATCHTYPE, with configurable default |
ASK_MATCHTYPE() |
Getter for MATCHTYPE w/ exceptions if field has no value |
HAS_MATCHTYPE() |
Determine if MATCHTYPE 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_TRANSCRIPTCRITERIALIST¶
TYPES TT_TRANSCRIPTCRITERIALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTTRANSCRIPTCRITERIA WITH DEFAULT KEY
.