Package com.mypurecloud.sdk.v2.model
Class PostTextResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.PostTextResponse
- All Implemented Interfaces:
Serializable
PostTextResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the bot after completion of the request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRaw data response from AWS (if called)botCorrelationId(String botCorrelationId) The optional ID specified in the requestbotState(PostTextResponse.BotStateEnum botState) The state of the bot after completion of the requestbooleangenesysBotConnector(Map<String, Object> genesysBotConnector) Raw data response from Genesys' BotConnector (if called)genesysDialogEngine(Map<String, Object> genesysDialogEngine) Raw data response from Genesys' Dialogengine (if called)getSlots()googleDialogFlow(Map<String, Object> googleDialogFlow) Raw data response from Google Dialogflow (if called)inthashCode()intentName(String intentName) The name of the intent the bot is either processing or has processed, this will be blank if no intent could be detected.nuanceMixDlg(Map<String, Object> nuanceMixDlg) Raw data response from Nuance Mix Dlg (if called)replyMessages(List<PostTextMessage> replyMessages) The list of messages to respond with, if anyvoidsetAmazonLex(Map<String, Object> amazonLex) voidsetBotCorrelationId(String botCorrelationId) voidsetBotState(PostTextResponse.BotStateEnum botState) voidsetGenesysBotConnector(Map<String, Object> genesysBotConnector) voidsetGenesysDialogEngine(Map<String, Object> genesysDialogEngine) voidsetGoogleDialogFlow(Map<String, Object> googleDialogFlow) voidsetIntentName(String intentName) voidsetNuanceMixDlg(Map<String, Object> nuanceMixDlg) voidsetReplyMessages(List<PostTextMessage> replyMessages) voidData parameters detected and filled by the bot.toString()
-
Constructor Details
-
PostTextResponse
public PostTextResponse() -
PostTextResponse
-
-
Method Details
-
botState
The state of the bot after completion of the request -
getBotState
-
setBotState
-
replyMessages
The list of messages to respond with, if any -
getReplyMessages
-
setReplyMessages
-
intentName
The name of the intent the bot is either processing or has processed, this will be blank if no intent could be detected. -
getIntentName
-
setIntentName
-
slots
Data parameters detected and filled by the bot. -
getSlots
-
setSlots
-
botCorrelationId
The optional ID specified in the request -
getBotCorrelationId
-
setBotCorrelationId
-
amazonLex
Raw data response from AWS (if called) -
getAmazonLex
-
setAmazonLex
-
googleDialogFlow
Raw data response from Google Dialogflow (if called) -
getGoogleDialogFlow
-
setGoogleDialogFlow
-
genesysDialogEngine
Raw data response from Genesys' Dialogengine (if called) -
getGenesysDialogEngine
-
setGenesysDialogEngine
-
genesysBotConnector
Raw data response from Genesys' BotConnector (if called) -
getGenesysBotConnector
-
setGenesysBotConnector
-
nuanceMixDlg
Raw data response from Nuance Mix Dlg (if called) -
getNuanceMixDlg
-
setNuanceMixDlg
-
equals
-
hashCode
public int hashCode() -
toString
-