Uses of Class
com.mypurecloud.sdk.v2.model.PostTextRequest
Packages that use PostTextRequest
Package
Description
-
Uses of PostTextRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostTextRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotsExecute(PostTextRequest postTextRequest) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApi.postTextbotsBotsExecuteWithHttpInfo(PostTextRequest postTextRequest) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PostTextRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotsExecute(ApiRequest<PostTextRequest> request) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session.TextbotsApiAsync.postTextbotsBotsExecuteAsync(ApiRequest<PostTextRequest> request, AsyncApiCallback<ApiResponse<PostTextResponse>> callback) Send an intent to a bot to start a dialog/interact with it via text This will either start a bot with the given id or relay a communication to an existing bot session. -
Uses of PostTextRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostTextRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PostTextRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PostTextRequestModifier and TypeMethodDescriptionPostTextbotsBotsExecuteRequest.builder(PostTextRequest postTextRequest) voidPostTextbotsBotsExecuteRequest.setPostTextRequest(PostTextRequest postTextRequest) PostTextbotsBotsExecuteRequest.Builder.withPostTextRequest(PostTextRequest postTextRequest) PostTextbotsBotsExecuteRequest.withPostTextRequest(PostTextRequest postTextRequest) PostTextbotsBotsExecuteRequest.Builder.withRequiredParams(PostTextRequest postTextRequest) -
Uses of PostTextRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PostTextRequestModifier and TypeMethodDescriptionPostTextRequest.amazonLexRequest(AmazonLexRequest amazonLexRequest) Provider specific settings, if anyAlias/Version of the botPostTextRequest.botChannels(List<PostTextRequest.BotChannelsEnum> botChannels) The channels this bot is utilizingPostTextRequest.botCorrelationId(String botCorrelationId) Id for tracking the activity - this will be returned in the responseID of the bot to send the text to.PostTextRequest.botSessionId(String botSessionId) GUID for this bot's sessionPostTextRequest.botSessionTimeoutMinutes(Integer botSessionTimeoutMinutes) Override timeout for the bot session.PostTextRequest.genesysBotConnector(GenesysBotConnector genesysBotConnector) Provider specific settings, if anyPostTextRequest.googleDialogflow(GoogleDialogflowCustomSettings googleDialogflow) Provider specific settings, if anyPostTextRequest.integrationId(String integrationId) the integration service id for the bot's credentialsPostTextRequest.languageCode(String languageCode) The language code the bot will run underPostTextRequest.messagingPlatformType(PostTextRequest.MessagingPlatformTypeEnum messagingPlatformType) If the channels list contains a 'Messaging' item and the messaging platform is known, include it here to get accurate analyticsPostTextRequest.nuanceMixDlg(NuanceMixDlgSettings nuanceMixDlg) Provider specific settings, if anyPostTextRequest.postTextMessage(PostTextMessage postTextMessage) Message to send to the bot