Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowLaunchResponse
Packages that use TextBotFlowLaunchResponse
-
Uses of TextBotFlowLaunchResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TextBotFlowLaunchResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessions(PostTextbotsBotflowsSessionsRequest request) Create an execution instance of a bot flow definition.TextbotsApi.postTextbotsBotflowsSessions(TextBotFlowLaunchRequest launchRequest) Create an execution instance of a bot flow definition.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TextBotFlowLaunchResponseModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessions(ApiRequest<TextBotFlowLaunchRequest> 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.TextbotsApiAsync.postTextbotsBotflowsSessionsAsync(ApiRequest<TextBotFlowLaunchRequest> request, AsyncApiCallback<ApiResponse<TextBotFlowLaunchResponse>> callback) Create an execution instance of a bot flow definition.TextbotsApi.postTextbotsBotflowsSessionsWithHttpInfo(TextBotFlowLaunchRequest launchRequest) Create an execution instance of a bot flow definition.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TextBotFlowLaunchResponseModifier and TypeMethodDescriptionTextbotsApiAsync.postTextbotsBotflowsSessionsAsync(PostTextbotsBotflowsSessionsRequest request, AsyncApiCallback<TextBotFlowLaunchResponse> callback) Create an execution instance of a bot flow definition.TextbotsApiAsync.postTextbotsBotflowsSessionsAsync(ApiRequest<TextBotFlowLaunchRequest> request, AsyncApiCallback<ApiResponse<TextBotFlowLaunchResponse>> callback) Create an execution instance of a bot flow definition. -
Uses of TextBotFlowLaunchResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowLaunchResponseModifier and TypeMethodDescriptionThe session ID of the bot flow, used to send to subsequent turn requests