Package | Description |
---|---|
com.amazon.ask.model | |
com.amazon.ask.model.canfulfill | |
com.amazon.ask.model.dialog | |
com.amazon.ask.response |
Modifier and Type | Method and Description |
---|---|
Intent |
Intent.Builder.build() |
Intent |
IntentRequest.getIntent()
An object that represents what the user wants.
|
Modifier and Type | Method and Description |
---|---|
IntentRequest.Builder |
IntentRequest.Builder.withIntent(Intent intent) |
Modifier and Type | Method and Description |
---|---|
Intent |
CanFulfillIntentRequest.getIntent()
Get intent
|
Modifier and Type | Method and Description |
---|---|
CanFulfillIntentRequest.Builder |
CanFulfillIntentRequest.Builder.withIntent(Intent intent) |
Modifier and Type | Method and Description |
---|---|
Intent |
UpdatedIntentRequest.getIntent()
Get intent
|
Intent |
ElicitSlotDirective.getUpdatedIntent()
Get updatedIntent
|
Intent |
ConfirmIntentDirective.getUpdatedIntent()
Get updatedIntent
|
Intent |
ConfirmSlotDirective.getUpdatedIntent()
Get updatedIntent
|
Intent |
DelegateDirective.getUpdatedIntent()
Get updatedIntent
|
Modifier and Type | Method and Description |
---|---|
UpdatedIntentRequest.Builder |
UpdatedIntentRequest.Builder.withIntent(Intent intent) |
ElicitSlotDirective.Builder |
ElicitSlotDirective.Builder.withUpdatedIntent(Intent updatedIntent) |
ConfirmIntentDirective.Builder |
ConfirmIntentDirective.Builder.withUpdatedIntent(Intent updatedIntent) |
ConfirmSlotDirective.Builder |
ConfirmSlotDirective.Builder.withUpdatedIntent(Intent updatedIntent) |
DelegateDirective.Builder |
DelegateDirective.Builder.withUpdatedIntent(Intent updatedIntent) |
Modifier and Type | Method and Description |
---|---|
ResponseBuilder |
ResponseBuilder.addConfirmIntentDirective(Intent updatedIntent)
Adds a Dialog
ConfirmIntentDirective to the response. |
ResponseBuilder |
ResponseBuilder.addConfirmSlotDirective(String slotName,
Intent updatedIntent)
Adds a Dialog
ConfirmSlotDirective to the response. |
ResponseBuilder |
ResponseBuilder.addDelegateDirective(Intent updatedIntent)
Adds a Dialog
DelegateDirective to the response. |
ResponseBuilder |
ResponseBuilder.addElicitSlotDirective(String slotName,
Intent updatedIntent)
Adds a Dialog
ElicitSlotDirective to the response. |
Copyright © 2020. All rights reserved.