Uses of Class
com.mypurecloud.sdk.v2.api.request.PostTextbotsBotflowsSessionTurnsRequest
Packages that use PostTextbotsBotflowsSessionTurnsRequest
-
Uses of PostTextbotsBotflowsSessionTurnsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostTextbotsBotflowsSessionTurnsRequestModifier 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.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. -
Uses of PostTextbotsBotflowsSessionTurnsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostTextbotsBotflowsSessionTurnsRequestModifier and TypeMethodDescriptionPostTextbotsBotflowsSessionTurnsRequest.Builder.build()PostTextbotsBotflowsSessionTurnsRequest.withCustomHeader(String name, String value) PostTextbotsBotflowsSessionTurnsRequest.withSessionId(String sessionId) PostTextbotsBotflowsSessionTurnsRequest.withTurnRequest(TextBotFlowTurnRequest turnRequest)