public class Directive
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Directive.AudioItem |
static class |
Directive.DirectiveWrapper |
static class |
Directive.Header |
static class |
Directive.Payload |
static class |
Directive.Stream |
Constructor and Description |
---|
Directive() |
Modifier and Type | Method and Description |
---|---|
Directive.Header |
getHeader() |
Directive.Payload |
getPayload() |
boolean |
isPlayBehaviorEnqueue() |
boolean |
isPlayBehaviorReplaceAll() |
boolean |
isPlayBehaviorReplaceEnqueued() |
boolean |
isTypeAdjustVolume() |
boolean |
isTypeExpectSpeech() |
boolean |
isTypePlay() |
boolean |
isTypeSetAlert() |
boolean |
isTypeSetMute() |
boolean |
isTypeSetVolume() |
boolean |
isTypeSpeak() |
public boolean isTypeSpeak()
public boolean isTypePlay()
public boolean isTypeSetAlert()
public boolean isTypeSetVolume()
public boolean isTypeAdjustVolume()
public boolean isTypeSetMute()
public boolean isTypeExpectSpeech()
public boolean isPlayBehaviorReplaceAll()
public boolean isPlayBehaviorEnqueue()
public boolean isPlayBehaviorReplaceEnqueued()
public Directive.Header getHeader()
public Directive.Payload getPayload()