public abstract class AbstractMessage extends Object implements Serializable
| Constructor and Description |
|---|
AbstractMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getContent() |
String |
getCustomTemplateName() |
Integer |
getMaxDigits() |
List<QuickReply> |
getQuickReplies() |
String |
getSpeechResponse() |
String |
getType() |
void |
setCustomTemplateName(String customTemplateName) |
void |
setMaxDigits(Integer maxDigits) |
void |
setQuickReplies(List<QuickReply> quickReplies) |
void |
setSpeechResponse(String speechResponse) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public List<QuickReply> getQuickReplies()
public void setQuickReplies(List<QuickReply> quickReplies)
public String getSpeechResponse()
public void setSpeechResponse(String speechResponse)
public String getCustomTemplateName()
public void setCustomTemplateName(String customTemplateName)
public Integer getMaxDigits()
public void setMaxDigits(Integer maxDigits)
public abstract Object getContent()
Copyright © Active Intelligence Pte Ltd (http://active.ai/). All Rights Reserved.