public static class GoogleAssistantResponseMessages.ResponseChatBubble.Item extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText() |
String |
getSsml() |
String |
getTextToSpeech() |
void |
setDisplayText(String displayText) |
void |
setSsml(String ssml) |
void |
setTextToSpeech(String textToSpeech) |
public final String getTextToSpeech()
public final void setTextToSpeech(String textToSpeech)
textToSpeech - the textToSpeech to setpublic final String getSsml()
public final void setSsml(String ssml)
ssml - the SSML to setpublic final String getDisplayText()
public final void setDisplayText(String displayText)
displayText - the displayText to setCopyright © 2017. All rights reserved.