public abstract class OutputSpeech extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
playBehavior |
protected String |
type |
Modifier | Constructor and Description |
---|---|
protected |
OutputSpeech() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PlayBehavior |
getPlayBehavior()
Get playBehavior
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getPlayBehaviorAsString()
Get the underlying String value for playBehavior.
|
String |
getType()
Get type
|
int |
hashCode() |
String |
toString() |
public String getType()
public PlayBehavior getPlayBehavior()
public String getPlayBehaviorAsString()
Copyright © 2023. All rights reserved.