/AWS1/CL_LM2DESCRSLOTRESPONSE¶
DescribeSlotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_slotid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier generated for the slot.
iv_slotname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The name specified for the slot.
iv_description TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION¶
The description specified for the slot.
iv_slottypeid TYPE /AWS1/LM2BUILTINORCUSTSLOTTY00 /AWS1/LM2BUILTINORCUSTSLOTTY00¶
The identifier of the slot type that determines the values entered into the slot.
io_valueelicitationsetting TYPE REF TO /AWS1/CL_LM2SLOTVALELICITATI00 /AWS1/CL_LM2SLOTVALELICITATI00¶
Prompts that Amazon Lex uses to elicit a value for the slot.
io_obfuscationsetting TYPE REF TO /AWS1/CL_LM2OBFUSCATIONSETTING /AWS1/CL_LM2OBFUSCATIONSETTING¶
Whether slot values are shown in Amazon CloudWatch logs. If the value is
None, the actual value of the slot is shown in logs.
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the bot associated with the slot.
iv_botversion TYPE /AWS1/LM2BOTVERSION /AWS1/LM2BOTVERSION¶
The version of the bot associated with the slot.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The language and locale specified for the slot.
iv_intentid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the intent associated with the slot.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A timestamp of the date and time that the slot was created.
iv_lastupdateddatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A timestamp of the date and time that the slot was last updated.
io_multiplevaluessetting TYPE REF TO /AWS1/CL_LM2MULTIPLEVALSSETT00 /AWS1/CL_LM2MULTIPLEVALSSETT00¶
Indicates whether the slot accepts multiple values in a single utterance.
If the
multipleValuesSettingis not set, the default value isfalse.
io_subslotsetting TYPE REF TO /AWS1/CL_LM2SUBSLOTSETTING /AWS1/CL_LM2SUBSLOTSETTING¶
Specifications for the constituent sub slots and the
expression for the composite slot.
Queryable Attributes¶
slotId¶
The unique identifier generated for the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTID() |
Getter for SLOTID, with configurable default |
ASK_SLOTID() |
Getter for SLOTID w/ exceptions if field has no value |
HAS_SLOTID() |
Determine if SLOTID has a value |
slotName¶
The name specified for the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTNAME() |
Getter for SLOTNAME, with configurable default |
ASK_SLOTNAME() |
Getter for SLOTNAME w/ exceptions if field has no value |
HAS_SLOTNAME() |
Determine if SLOTNAME has a value |
description¶
The description specified for the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
slotTypeId¶
The identifier of the slot type that determines the values entered into the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTTYPEID() |
Getter for SLOTTYPEID, with configurable default |
ASK_SLOTTYPEID() |
Getter for SLOTTYPEID w/ exceptions if field has no value |
HAS_SLOTTYPEID() |
Determine if SLOTTYPEID has a value |
valueElicitationSetting¶
Prompts that Amazon Lex uses to elicit a value for the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUEELICITATIONSETTING() |
Getter for VALUEELICITATIONSETTING |
obfuscationSetting¶
Whether slot values are shown in Amazon CloudWatch logs. If the value is
None, the actual value of the slot is shown in logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBFUSCATIONSETTING() |
Getter for OBFUSCATIONSETTING |
botId¶
The identifier of the bot associated with the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTID() |
Getter for BOTID, with configurable default |
ASK_BOTID() |
Getter for BOTID w/ exceptions if field has no value |
HAS_BOTID() |
Determine if BOTID has a value |
botVersion¶
The version of the bot associated with the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTVERSION() |
Getter for BOTVERSION, with configurable default |
ASK_BOTVERSION() |
Getter for BOTVERSION w/ exceptions if field has no value |
HAS_BOTVERSION() |
Determine if BOTVERSION has a value |
localeId¶
The language and locale specified for the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALEID() |
Getter for LOCALEID, with configurable default |
ASK_LOCALEID() |
Getter for LOCALEID w/ exceptions if field has no value |
HAS_LOCALEID() |
Determine if LOCALEID has a value |
intentId¶
The identifier of the intent associated with the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTID() |
Getter for INTENTID, with configurable default |
ASK_INTENTID() |
Getter for INTENTID w/ exceptions if field has no value |
HAS_INTENTID() |
Determine if INTENTID has a value |
creationDateTime¶
A timestamp of the date and time that the slot was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
lastUpdatedDateTime¶
A timestamp of the date and time that the slot was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
multipleValuesSetting¶
Indicates whether the slot accepts multiple values in a single utterance.
If the
multipleValuesSettingis not set, the default value isfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIPLEVALUESSETTING() |
Getter for MULTIPLEVALUESSETTING |
subSlotSetting¶
Specifications for the constituent sub slots and the
expression for the composite slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSLOTSETTING() |
Getter for SUBSLOTSETTING |