Package com.mypurecloud.sdk.v2.model
Class TextBotOutputPrompts
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotOutputPrompts
- All Implemented Interfaces:
Serializable
Prompt information related to a bot flow turn.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()outputLanguage(String outputLanguage) The ISO code of the output language for this prompt item.voidsetOutputLanguage(String outputLanguage) voidsetTextPrompts(TextBotModeOutputPrompts textPrompts) textPrompts(TextBotModeOutputPrompts textPrompts) Text output prompts, if any.toString()
-
Constructor Details
-
TextBotOutputPrompts
public TextBotOutputPrompts() -
TextBotOutputPrompts
-
-
Method Details
-
outputLanguage
The ISO code of the output language for this prompt item. -
getOutputLanguage
-
setOutputLanguage
-
textPrompts
Text output prompts, if any. -
getTextPrompts
-
setTextPrompts
-
equals
-
hashCode
public int hashCode() -
toString
-