/AWS1/CL_BDZCOLLABORATORCONF¶
Settings of an inline collaborator agent.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_collaboratorname TYPE /AWS1/BDZNAME /AWS1/BDZNAME¶
Name of the inline collaborator agent which must be the same name as specified for
agentName.
iv_collaboratorinstruction TYPE /AWS1/BDZCOLLABORATIONINSTRU00 /AWS1/BDZCOLLABORATIONINSTRU00¶
Instructions that tell the inline collaborator agent what it should do and how it should interact with users.
Optional arguments:¶
iv_agentaliasarn TYPE /AWS1/BDZAGENTALIASARN /AWS1/BDZAGENTALIASARN¶
The Amazon Resource Name (ARN) of the inline collaborator agent.
iv_relayconversationhistory TYPE /AWS1/BDZRELAYCONVERSATIONHI00 /AWS1/BDZRELAYCONVERSATIONHI00¶
A relay conversation history for the inline collaborator agent.
Queryable Attributes¶
collaboratorName¶
Name of the inline collaborator agent which must be the same name as specified for
agentName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATORNAME() |
Getter for COLLABORATORNAME, with configurable default |
ASK_COLLABORATORNAME() |
Getter for COLLABORATORNAME w/ exceptions if field has no va |
HAS_COLLABORATORNAME() |
Determine if COLLABORATORNAME has a value |
collaboratorInstruction¶
Instructions that tell the inline collaborator agent what it should do and how it should interact with users.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATORINSTRUCTION() |
Getter for COLLABORATORINSTRUCTION, with configurable defaul |
ASK_COLLABORATORINSTRUCTION() |
Getter for COLLABORATORINSTRUCTION w/ exceptions if field ha |
HAS_COLLABORATORINSTRUCTION() |
Determine if COLLABORATORINSTRUCTION has a value |
agentAliasArn¶
The Amazon Resource Name (ARN) of the inline collaborator agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTALIASARN() |
Getter for AGENTALIASARN, with configurable default |
ASK_AGENTALIASARN() |
Getter for AGENTALIASARN w/ exceptions if field has no value |
HAS_AGENTALIASARN() |
Determine if AGENTALIASARN has a value |
relayConversationHistory¶
A relay conversation history for the inline collaborator agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELAYCONVERSATIONHISTORY() |
Getter for RELAYCONVERSATIONHISTORY, with configurable defau |
ASK_RELAYCONVERSATIONHISTORY() |
Getter for RELAYCONVERSATIONHISTORY w/ exceptions if field h |
HAS_RELAYCONVERSATIONHISTORY() |
Determine if RELAYCONVERSATIONHISTORY 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_COLLABORATORCONFIGURATIONS¶
TYPES TT_COLLABORATORCONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZCOLLABORATORCONF WITH DEFAULT KEY
.