Package com.mypurecloud.sdk.v2.model
Class TextBotTextModeConstraints
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotTextModeConstraints
- All Implemented Interfaces:
Serializable
Mode constraints to observe when operating on a bot flow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()languagePreferences(List<String> languagePreferences) The list of language preferences by their ISO language code.noInputTimeoutMilliseconds(Integer noInputTimeoutMilliseconds) The amount of time, in milliseconds, before the client should send the 'NoInput' event to trigger the \"no input\" bot response and handling on digital channels.voidsetLanguagePreferences(List<String> languagePreferences) voidsetNoInputTimeoutMilliseconds(Integer noInputTimeoutMilliseconds) toString()
-
Constructor Details
-
TextBotTextModeConstraints
public TextBotTextModeConstraints() -
TextBotTextModeConstraints
-
-
Method Details
-
languagePreferences
The list of language preferences by their ISO language code. -
getLanguagePreferences
-
setLanguagePreferences
-
noInputTimeoutMilliseconds
The amount of time, in milliseconds, before the client should send the 'NoInput' event to trigger the \"no input\" bot response and handling on digital channels. Note: This optional field will only be returned for 'Digital Bot Flow' turns. -
getNoInputTimeoutMilliseconds
-
setNoInputTimeoutMilliseconds
-
equals
-
hashCode
public int hashCode() -
toString
-