/AWS1/CL_LR1RESPONSECARD¶
If you configure a response card when creating your bots, Amazon Lex
substitutes the session attributes and slot values that are available, and
then returns it. The response card can also come from a Lambda function (
dialogCodeHook and fulfillmentActivity on an
intent).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_version TYPE /AWS1/LR1STRING /AWS1/LR1STRING¶
The version of the response card format.
iv_contenttype TYPE /AWS1/LR1CONTENTTYPE /AWS1/LR1CONTENTTYPE¶
The content type of the response.
it_genericattachments TYPE /AWS1/CL_LR1GENERICATTACHMENT=>TT_GENERICATTACHMENTLIST TT_GENERICATTACHMENTLIST¶
An array of attachment objects representing options.
Queryable Attributes¶
version¶
The version of the response card format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
contentType¶
The content type of the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
genericAttachments¶
An array of attachment objects representing options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERICATTACHMENTS() |
Getter for GENERICATTACHMENTS, with configurable default |
ASK_GENERICATTACHMENTS() |
Getter for GENERICATTACHMENTS w/ exceptions if field has no |
HAS_GENERICATTACHMENTS() |
Determine if GENERICATTACHMENTS has a value |