Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowTurnResponse
Packages that use TextBotFlowTurnResponse
-
Uses of TextBotFlowTurnResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TextBotFlowTurnResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessionTurns(PostTextbotsBotflowsSessionTurnsRequest request) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.TextbotsApi.postTextbotsBotflowsSessionTurns(String sessionId, TextBotFlowTurnRequest turnRequest) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TextBotFlowTurnResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessionTurns(ApiRequest<TextBotFlowTurnRequest> request) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.TextbotsApiAsync.postTextbotsBotflowsSessionTurnsAsync(PostTextbotsBotflowsSessionTurnsRequest request, AsyncApiCallback<TextBotFlowTurnResponse> callback) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.TextbotsApiAsync.postTextbotsBotflowsSessionTurnsAsync(ApiRequest<TextBotFlowTurnRequest> request, AsyncApiCallback<ApiResponse<TextBotFlowTurnResponse>> callback) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.TextbotsApi.postTextbotsBotflowsSessionTurnsWithHttpInfo(String sessionId, TextBotFlowTurnRequest turnRequest) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TextBotFlowTurnResponseModifier and TypeMethodDescriptionTextbotsApiAsync.postTextbotsBotflowsSessionTurnsAsync(PostTextbotsBotflowsSessionTurnsRequest request, AsyncApiCallback<TextBotFlowTurnResponse> callback) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take.TextbotsApiAsync.postTextbotsBotflowsSessionTurnsAsync(ApiRequest<TextBotFlowTurnRequest> request, AsyncApiCallback<ApiResponse<TextBotFlowTurnResponse>> callback) Issue a bot flow turn event Send a turn event to an executing bot flow and produce the next action to take. -
Uses of TextBotFlowTurnResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowTurnResponseModifier and TypeMethodDescriptionThe ID of the bot flow turn.TextBotFlowTurnResponse.nextActionDisconnect(TextBotDisconnectAction nextActionDisconnect) The next action directive for this turn if it is a Disconnect type.TextBotFlowTurnResponse.nextActionExit(TextBotExitAction nextActionExit) The next action directive for this turn if it is an Exit type.TextBotFlowTurnResponse.nextActionType(TextBotFlowTurnResponse.NextActionTypeEnum nextActionType) Indicates the suggested next action.TextBotFlowTurnResponse.nextActionWaitForInput(TextBotWaitForInputAction nextActionWaitForInput) The next action directive for this turn if it is a WaitForInput type.TextBotFlowTurnResponse.previousTurn(TextBotTurnReference previousTurn) The reference to a previous turn, if applicable.TextBotFlowTurnResponse.prompts(TextBotOutputPrompts prompts) The output prompts for this turn.