/AWS1/CL_CHETELEPHONYSETTINGS¶
Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_inboundcalling
TYPE /AWS1/CHEBOOLEAN
/AWS1/CHEBOOLEAN
¶
Allows or denies inbound calling.
iv_outboundcalling
TYPE /AWS1/CHEBOOLEAN
/AWS1/CHEBOOLEAN
¶
Allows or denies outbound calling.
iv_sms
TYPE /AWS1/CHEBOOLEAN
/AWS1/CHEBOOLEAN
¶
Allows or denies SMS messaging.
Queryable Attributes¶
InboundCalling¶
Allows or denies inbound calling.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INBOUNDCALLING() |
Getter for INBOUNDCALLING, with configurable default |
ASK_INBOUNDCALLING() |
Getter for INBOUNDCALLING w/ exceptions if field has no valu |
HAS_INBOUNDCALLING() |
Determine if INBOUNDCALLING has a value |
OutboundCalling¶
Allows or denies outbound calling.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTBOUNDCALLING() |
Getter for OUTBOUNDCALLING, with configurable default |
ASK_OUTBOUNDCALLING() |
Getter for OUTBOUNDCALLING w/ exceptions if field has no val |
HAS_OUTBOUNDCALLING() |
Determine if OUTBOUNDCALLING has a value |
SMS¶
Allows or denies SMS messaging.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SMS() |
Getter for SMS, with configurable default |
ASK_SMS() |
Getter for SMS w/ exceptions if field has no value |
HAS_SMS() |
Determine if SMS has a value |