Uses of Class
com.mypurecloud.sdk.v2.model.PostTextResponse
Packages that use PostTextResponse
-
Uses of PostTextResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PostTextResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotsExecute(PostTextbotsBotsExecuteRequest request) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApi.postTextbotsBotsExecute(PostTextRequest postTextRequest) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type PostTextResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotsExecute(ApiRequest<PostTextRequest> request) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApiAsync.postTextbotsBotsExecuteAsync(PostTextbotsBotsExecuteRequest request, AsyncApiCallback<PostTextResponse> callback) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApiAsync.postTextbotsBotsExecuteAsync(ApiRequest<PostTextRequest> request, AsyncApiCallback<ApiResponse<PostTextResponse>> callback) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApi.postTextbotsBotsExecuteWithHttpInfo(PostTextRequest postTextRequest) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PostTextResponseModifier and TypeMethodDescriptionTextbotsApiAsync.postTextbotsBotsExecuteAsync(PostTextbotsBotsExecuteRequest request, AsyncApiCallback<PostTextResponse> callback) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApiAsync.postTextbotsBotsExecuteAsync(ApiRequest<PostTextRequest> request, AsyncApiCallback<ApiResponse<PostTextResponse>> callback) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session. -
Uses of PostTextResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PostTextResponseModifier and TypeMethodDescriptionRaw data response from AWS (if called)PostTextResponse.botCorrelationId(String botCorrelationId) The optional ID specified in the requestPostTextResponse.botState(PostTextResponse.BotStateEnum botState) The state of the bot after completion of the requestPostTextResponse.genesysBotConnector(Map<String, Object> genesysBotConnector) Raw data response from Genesys' BotConnector (if called)PostTextResponse.genesysDialogEngine(Map<String, Object> genesysDialogEngine) Raw data response from Genesys' Dialogengine (if called)PostTextResponse.googleDialogFlow(Map<String, Object> googleDialogFlow) Raw data response from Google Dialogflow (if called)PostTextResponse.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.PostTextResponse.nuanceMixDlg(Map<String, Object> nuanceMixDlg) Raw data response from Nuance Mix Dlg (if called)PostTextResponse.replyMessages(List<PostTextMessage> replyMessages) The list of messages to respond with, if anyData parameters detected and filled by the bot.