Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowLaunchRequest
Packages that use TextBotFlowLaunchRequest
Package
Description
-
Uses of TextBotFlowLaunchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TextBotFlowLaunchRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessions(TextBotFlowLaunchRequest launchRequest) 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 TextBotFlowLaunchRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotflowsSessions(ApiRequest<TextBotFlowLaunchRequest> request) 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 TextBotFlowLaunchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TextBotFlowLaunchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TextBotFlowLaunchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TextBotFlowLaunchRequestModifier and TypeMethodDescriptionPostTextbotsBotflowsSessionsRequest.builder(TextBotFlowLaunchRequest launchRequest) voidPostTextbotsBotflowsSessionsRequest.setLaunchRequest(TextBotFlowLaunchRequest launchRequest) PostTextbotsBotflowsSessionsRequest.Builder.withLaunchRequest(TextBotFlowLaunchRequest launchRequest) PostTextbotsBotflowsSessionsRequest.withLaunchRequest(TextBotFlowLaunchRequest launchRequest) PostTextbotsBotflowsSessionsRequest.Builder.withRequiredParams(TextBotFlowLaunchRequest launchRequest) -
Uses of TextBotFlowLaunchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowLaunchRequestModifier and TypeMethodDescriptionTextBotFlowLaunchRequest.channel(TextBotChannel channel) Channel information relevant to the bot flow.TextBotFlowLaunchRequest.conversationId(String conversationId) A conversation ID to associate with the bot flow, if available.TextBotFlowLaunchRequest.externalSessionId(String externalSessionId) The ID of the external session that is associated with the bot flow.TextBotFlowLaunchRequest.flow(TextBotFlow flow) Specifies which Bot Flow to launch.TextBotFlowLaunchRequest.inputData(TextBotInputOutputData inputData) Input values to the flow.The language that the bot will use in the session.