/AWS1/CL_CNTCREPARTICIPANTRSP¶
CreateParticipantResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_participantcredentials TYPE REF TO /AWS1/CL_CNTPARTICIPANTTOKCR00 /AWS1/CL_CNTPARTICIPANTTOKCR00¶
The token used by the chat participant to call
CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
iv_participantid TYPE /AWS1/CNTPARTICIPANTID /AWS1/CNTPARTICIPANTID¶
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Queryable Attributes¶
ParticipantCredentials¶
The token used by the chat participant to call
CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTCREDENTIALS() |
Getter for PARTICIPANTCREDENTIALS |
ParticipantId¶
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTID() |
Getter for PARTICIPANTID, with configurable default |
ASK_PARTICIPANTID() |
Getter for PARTICIPANTID w/ exceptions if field has no value |
HAS_PARTICIPANTID() |
Determine if PARTICIPANTID has a value |