Uses of Class
com.mypurecloud.sdk.v2.model.TextBotOutputPrompts
Packages that use TextBotOutputPrompts
-
Uses of TextBotOutputPrompts in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotOutputPromptsModifier and TypeMethodDescriptionTextBotFlowTurnResponse.getPrompts()TextBotOutputPrompts.outputLanguage(String outputLanguage) The ISO code of the output language for this prompt item.TextBotOutputPrompts.textPrompts(TextBotModeOutputPrompts textPrompts) Text output prompts, if any.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotOutputPromptsModifier and TypeMethodDescriptionTextBotFlowTurnResponse.prompts(TextBotOutputPrompts prompts) The output prompts for this turn.voidTextBotFlowTurnResponse.setPrompts(TextBotOutputPrompts prompts)