Package | Description |
---|---|
com.amazon.ask.model.interfaces.alexa.datastore | |
com.amazon.ask.model.services.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
Command |
ExecutionErrorContent.getFailedCommand()
the command that was not executed successfully because of the error.
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
DispatchErrorContent.getCommands()
Commands in the same order of request time so that skill can extend deliver expiry.
|
Modifier and Type | Method and Description |
---|---|
DispatchErrorContent.Builder |
DispatchErrorContent.Builder.addCommandsItem(Command commandsItem) |
ExecutionErrorContent.Builder |
ExecutionErrorContent.Builder.withFailedCommand(Command failedCommand) |
Modifier and Type | Method and Description |
---|---|
DispatchErrorContent.Builder |
DispatchErrorContent.Builder.withCommands(List<Command> commands) |
Modifier and Type | Class and Description |
---|---|
class |
ClearCommand
Remove all existing data in skill's DataStore.
|
class |
PutNamespaceCommand
Creates a new namespace.
|
class |
PutObjectCommand
Creates or updates an object.
|
class |
RemoveNamespaceCommand
Deletes an existing namespace.
|
class |
RemoveObjectCommand
Deletes an existing object.
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
CommandsRequest.getCommands()
Collection of ordered commands which needs to be executed in DataStore.
|
Modifier and Type | Method and Description |
---|---|
CommandsRequest.Builder |
CommandsRequest.Builder.addCommandsItem(Command commandsItem) |
Modifier and Type | Method and Description |
---|---|
CommandsRequest.Builder |
CommandsRequest.Builder.withCommands(List<Command> commands) |
Copyright © 2023. All rights reserved.