Uses of Class
com.mypurecloud.sdk.v2.api.request.PostTextbotsBotflowsSessionsRequest
Packages that use PostTextbotsBotflowsSessionsRequest
-
Uses of PostTextbotsBotflowsSessionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostTextbotsBotflowsSessionsRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessions(PostTextbotsBotflowsSessionsRequest request) Create an execution instance of a bot flow definition.TextbotsApiAsync.postTextbotsBotflowsSessionsAsync(PostTextbotsBotflowsSessionsRequest request, AsyncApiCallback<TextBotFlowLaunchResponse> callback) Create an execution instance of a bot flow definition. -
Uses of PostTextbotsBotflowsSessionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostTextbotsBotflowsSessionsRequestModifier and TypeMethodDescriptionPostTextbotsBotflowsSessionsRequest.Builder.build()PostTextbotsBotflowsSessionsRequest.withCustomHeader(String name, String value) PostTextbotsBotflowsSessionsRequest.withLaunchRequest(TextBotFlowLaunchRequest launchRequest)