| Package | Description |
|---|---|
| com.amazon.ask.model.interfaces.audioplayer | |
| com.amazon.ask.response |
| Modifier and Type | Method and Description |
|---|---|
static ClearBehavior |
ClearBehavior.fromValue(String text) |
ClearBehavior |
ClearQueueDirective.getClearBehavior()
Get clearBehavior
|
static ClearBehavior |
ClearBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearBehavior[] |
ClearBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClearQueueDirective.Builder |
ClearQueueDirective.Builder.withClearBehavior(ClearBehavior clearBehavior) |
| Modifier and Type | Method and Description |
|---|---|
ResponseBuilder |
ResponseBuilder.addAudioPlayerClearQueueDirective(ClearBehavior clearBehavior)
Adds an AudioPlayer
ClearQueueDirective to the response. |
Copyright © 2023. All rights reserved.