/AWS1/CL_CHVCALLDETAILS¶
The details of an Amazon Chime SDK Voice Connector call.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_voiceconnectorid TYPE /AWS1/CHVNONEMPTYSTRING128 /AWS1/CHVNONEMPTYSTRING128¶
The Voice Connector ID.
iv_transactionid TYPE /AWS1/CHVNONEMPTYSTRING256 /AWS1/CHVNONEMPTYSTRING256¶
The transaction ID of a Voice Connector call.
iv_iscaller TYPE /AWS1/CHVBOOLEAN /AWS1/CHVBOOLEAN¶
Identifies a person as the caller or the callee.
Queryable Attributes¶
VoiceConnectorId¶
The Voice Connector ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICECONNECTORID() |
Getter for VOICECONNECTORID, with configurable default |
ASK_VOICECONNECTORID() |
Getter for VOICECONNECTORID w/ exceptions if field has no va |
HAS_VOICECONNECTORID() |
Determine if VOICECONNECTORID has a value |
TransactionId¶
The transaction ID of a Voice Connector call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSACTIONID() |
Getter for TRANSACTIONID, with configurable default |
ASK_TRANSACTIONID() |
Getter for TRANSACTIONID w/ exceptions if field has no value |
HAS_TRANSACTIONID() |
Determine if TRANSACTIONID has a value |
IsCaller¶
Identifies a person as the caller or the callee.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISCALLER() |
Getter for ISCALLER, with configurable default |
ASK_ISCALLER() |
Getter for ISCALLER w/ exceptions if field has no value |
HAS_ISCALLER() |
Determine if ISCALLER has a value |