/AWS1/CL_CNTVOICEENHMENTCONFIG¶
Configuration settings for voice enhancement.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_channel TYPE /AWS1/CNTCHANNEL /AWS1/CNTCHANNEL¶
The channel for this voice enhancement configuration. Only
VOICEis supported for this data type.
iv_voiceenhancementmode TYPE /AWS1/CNTVOICEENHANCEMENTMODE /AWS1/CNTVOICEENHANCEMENTMODE¶
The voice enhancement mode.
Queryable Attributes¶
Channel¶
The channel for this voice enhancement configuration. Only
VOICEis supported for this data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNEL() |
Getter for CHANNEL, with configurable default |
ASK_CHANNEL() |
Getter for CHANNEL w/ exceptions if field has no value |
HAS_CHANNEL() |
Determine if CHANNEL has a value |
VoiceEnhancementMode¶
The voice enhancement mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICEENHANCEMENTMODE() |
Getter for VOICEENHANCEMENTMODE, with configurable default |
ASK_VOICEENHANCEMENTMODE() |
Getter for VOICEENHANCEMENTMODE w/ exceptions if field has n |
HAS_VOICEENHANCEMENTMODE() |
Determine if VOICEENHANCEMENTMODE 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_VOICEENHANCEMENTCONFIGS¶
TYPES TT_VOICEENHANCEMENTCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTVOICEENHMENTCONFIG WITH DEFAULT KEY
.