public class MessageInputOptions extends GenericModel
Constructor and Description |
---|
MessageInputOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
isAlternateIntents()
Gets the alternateIntents.
|
java.lang.Boolean |
isDebug()
Gets the debug.
|
java.lang.Boolean |
isRestart()
Gets the restart.
|
java.lang.Boolean |
isReturnContext()
Gets the returnContext.
|
void |
setAlternateIntents(java.lang.Boolean alternateIntents)
Sets the alternateIntents.
|
void |
setDebug(java.lang.Boolean debug)
Sets the debug.
|
void |
setRestart(java.lang.Boolean restart)
Sets the restart.
|
void |
setReturnContext(java.lang.Boolean returnContext)
Sets the returnContext.
|
equals, hashCode, toString
public java.lang.Boolean isDebug()
public java.lang.Boolean isRestart()
public java.lang.Boolean isAlternateIntents()
public java.lang.Boolean isReturnContext()
public void setDebug(java.lang.Boolean debug)
debug
- the new debugpublic void setRestart(java.lang.Boolean restart)
restart
- the new restartpublic void setAlternateIntents(java.lang.Boolean alternateIntents)
alternateIntents
- the new alternateIntentspublic void setReturnContext(java.lang.Boolean returnContext)
returnContext
- the new returnContext