Uses of Class
com.mypurecloud.sdk.v2.model.TextBotTextModeConstraints
Packages that use TextBotTextModeConstraints
-
Uses of TextBotTextModeConstraints in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotTextModeConstraintsModifier and TypeMethodDescriptionTextBotModeConstraints.getText()TextBotTextModeConstraints.languagePreferences(List<String> languagePreferences) The list of language preferences by their ISO language code.TextBotTextModeConstraints.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.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotTextModeConstraintsModifier and TypeMethodDescriptionvoidTextBotModeConstraints.setText(TextBotTextModeConstraints text) TextBotModeConstraints.text(TextBotTextModeConstraints text) Mode constraints that apply to text scenarios.