Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowTurnRequest
Packages that use TextBotFlowTurnRequest
Package
Description
-
Uses of TextBotFlowTurnRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TextBotFlowTurnRequestModifier and TypeMethodDescriptionTextbotsApi.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.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 TextBotFlowTurnRequestModifier 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(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 TextBotFlowTurnRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TextBotFlowTurnRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TextBotFlowTurnRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TextBotFlowTurnRequestModifier and TypeMethodDescriptionPostTextbotsBotflowsSessionTurnsRequest.builder(String sessionId, TextBotFlowTurnRequest turnRequest) voidPostTextbotsBotflowsSessionTurnsRequest.setTurnRequest(TextBotFlowTurnRequest turnRequest) PostTextbotsBotflowsSessionTurnsRequest.Builder.withRequiredParams(String sessionId, TextBotFlowTurnRequest turnRequest) PostTextbotsBotflowsSessionTurnsRequest.Builder.withTurnRequest(TextBotFlowTurnRequest turnRequest) PostTextbotsBotflowsSessionTurnsRequest.withTurnRequest(TextBotFlowTurnRequest turnRequest) -
Uses of TextBotFlowTurnRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowTurnRequestModifier and TypeMethodDescriptionTextBotFlowTurnRequest.inputEventError(TextBotErrorInputEvent inputEventError) The data for the input event of this turn if it is an error event.TextBotFlowTurnRequest.inputEventType(TextBotFlowTurnRequest.InputEventTypeEnum inputEventType) Indicates the type of input event being requested.TextBotFlowTurnRequest.inputEventUserInput(TextBotUserInputEvent inputEventUserInput) The data for the input event of this turn if it is a user input event.TextBotFlowTurnRequest.previousTurn(TextBotTurnReference previousTurn) The reference to a previous turn if appropriate, used to avoid race conditions.