Uses of Class
com.mypurecloud.sdk.v2.api.request.PostTextbotsBotsExecuteRequest
Packages that use PostTextbotsBotsExecuteRequest
-
Uses of PostTextbotsBotsExecuteRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostTextbotsBotsExecuteRequestModifier and TypeMethodDescriptionTextbotsApi.postTextbotsBotsExecute(PostTextbotsBotsExecuteRequest 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(PostTextbotsBotsExecuteRequest request, AsyncApiCallback<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 PostTextbotsBotsExecuteRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostTextbotsBotsExecuteRequestModifier and TypeMethodDescriptionPostTextbotsBotsExecuteRequest.Builder.build()PostTextbotsBotsExecuteRequest.withCustomHeader(String name, String value) PostTextbotsBotsExecuteRequest.withPostTextRequest(PostTextRequest postTextRequest)