| Package | Description |
|---|---|
| com.amazon.speech.slu |
Contains classes used to represent the user's request, as interpreted by the Alexa service
spoken language understanding processing.
|
| com.amazon.speech.speechlet.dialog.directives |
| Modifier and Type | Method and Description |
|---|---|
ConfirmationStatus |
Intent.getConfirmationStatus()
Returns the confirmationStatus associated with this request.
|
ConfirmationStatus |
Slot.getConfirmationStatus()
Returns the confirmationStatus for this
Slot. |
static ConfirmationStatus |
ConfirmationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmationStatus[] |
ConfirmationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
Intent.Builder.withConfirmationStatus(ConfirmationStatus confirmationStatus) |
Slot.Builder |
Slot.Builder.withConfirmationStatus(ConfirmationStatus confirmationStatus) |
| Modifier and Type | Method and Description |
|---|---|
ConfirmationStatus |
DialogIntent.getConfirmationStatus() |
ConfirmationStatus |
DialogSlot.getConfirmationStatus()
Returns the confirmation status for dialog slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogIntent.setConfirmationStatus(ConfirmationStatus confirmationStatus) |
void |
DialogSlot.setConfirmationStatus(ConfirmationStatus confirmationStatus)
Sets the confirmation status for dialog slot.
|
| Constructor and Description |
|---|
DialogIntent(String name,
ConfirmationStatus confirmationStatus) |
DialogIntent(String name,
ConfirmationStatus confirmationStatus,
Map<String,DialogSlot> slots) |
DialogSlot(String name,
String value,
ConfirmationStatus confirmationStatus)
Constructs a dialog slot from name, value and confirmation status.
|
Copyright © 2017. All rights reserved.