Modifier and Type | Method and Description |
---|---|
List<Directive> |
Response.getDirectives()
Get directives
|
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.addDirectivesItem(Directive directivesItem) |
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.withDirectives(List<Directive> directives) |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmIntentDirective
ConfirmIntentDirective
|
class |
ConfirmSlotDirective
ConfirmSlotDirective
|
class |
DelegateDirective
DelegateDirective
|
class |
DelegateRequestDirective
DelegateRequestDirective
|
class |
DynamicEntitiesDirective
DynamicEntitiesDirective
|
class |
ElicitSlotDirective
ElicitSlotDirective
|
Modifier and Type | Class and Description |
---|---|
class |
SendIndexListDataDirective
Returned in response to a LoadIndexListData event, containing the requested items and metadata for further interaction.
|
class |
SendTokenListDataDirective
Returned in response to a LoadTokenListData event, containing the requested items and metadata for further interaction.
|
class |
UpdateIndexListDataDirective
Updates the content of an dynamicIndexList datasource which has been previously communicated to an Alexa device.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderDocumentDirective
RenderDocumentDirective
|
Modifier and Type | Class and Description |
---|---|
class |
ExecuteCommandsDirective
Alexa.Presentation.APLT.ExecuteCommands directive used to send APL-T commands to a device.
|
Modifier and Type | Class and Description |
---|---|
class |
HandleMessageDirective
The HandleMessage directive sends a message to a skill's web application that runs on the device browser.
|
class |
StartDirective
The Start directive provides the data necessary to load an HTML page on the target device.
|
Modifier and Type | Class and Description |
---|---|
class |
GetSnapshotDirective
This directive is used to request latest snapshot from camera skill on a particular endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearQueueDirective
ClearQueueDirective
|
class |
PlayDirective
PlayDirective
|
class |
StopDirective
StopDirective
|
Modifier and Type | Class and Description |
---|---|
class |
SendRequestDirective
This is the directive that a skill can send as part of their response to a session based request to execute a predefined Connections.
|
class |
SendResponseDirective
This is the directive that a skill can send as part of their response to a session based request to return a response to ConnectionsRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
StartConnectionDirective
This is the directive that a skill can send as part of their response to a session based request to start a connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetContextDirective
ResetContextDirective
|
Modifier and Type | Class and Description |
---|---|
class |
SendDirectiveDirective
The directive to be delivered to the gadgets.
|
class |
StartEventHandlerDirective
This directive configures and starts an event handler.
|
class |
StopEventHandlerDirective
This directive stops a running Event Handler associated with the provided token.
|
Modifier and Type | Class and Description |
---|---|
class |
HintDirective
HintDirective
|
class |
RenderTemplateDirective
RenderTemplateDirective
|
Modifier and Type | Class and Description |
---|---|
class |
SetLightDirective
Sends Alexa a command to modify the behavior of connected Echo Buttons.
|
Modifier and Type | Class and Description |
---|---|
class |
StartInputHandlerDirective
StartInputHandlerDirective
|
class |
StopInputHandlerDirective
StopInputHandlerDirective
|
Modifier and Type | Class and Description |
---|---|
class |
AnnounceRoadRegulation
New directive that Alexa will send to navigation engine to query road regulations about the road segments that the user is on.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteTaskDirective
This is the directive that a skill can send as part of their response to a session based request.
|
Modifier and Type | Class and Description |
---|---|
class |
LaunchDirective
LaunchDirective
|
Modifier and Type | Method and Description |
---|---|
List<Directive> |
Reprompt.getDirectives()
Get directives
|
Modifier and Type | Method and Description |
---|---|
Reprompt.Builder |
Reprompt.Builder.addDirectivesItem(Directive directivesItem) |
Modifier and Type | Method and Description |
---|---|
Reprompt.Builder |
Reprompt.Builder.withDirectives(List<Directive> directives) |
Modifier and Type | Field and Description |
---|---|
protected List<Directive> |
ResponseBuilder.directiveList
List of device directives.
|
Modifier and Type | Method and Description |
---|---|
ResponseBuilder |
ResponseBuilder.addDirective(Directive directive)
Adds a given
Directive to the response. |
ResponseBuilder |
ResponseBuilder.withReprompt(String text,
Directive directive)
Sets
Reprompt speech on the response. |
ResponseBuilder |
ResponseBuilder.withReprompt(String text,
Directive directive,
PlayBehavior playBehavior)
Sets
Reprompt speech on the response. |
Copyright © 2023. All rights reserved.