Uses of Class
com.mypurecloud.sdk.v2.api.request.GetTextbotsBotsSearchRequest
Packages that use GetTextbotsBotsSearchRequest
-
Uses of GetTextbotsBotsSearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetTextbotsBotsSearchRequestModifier and TypeMethodDescriptionTextbotsApi.getTextbotsBotsSearch(GetTextbotsBotsSearchRequest request) Find bots using the currently configured friendly name or ID.TextbotsApiAsync.getTextbotsBotsSearchAsync(GetTextbotsBotsSearchRequest request, AsyncApiCallback<BotSearchResponseEntityListing> callback) Find bots using the currently configured friendly name or ID. -
Uses of GetTextbotsBotsSearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetTextbotsBotsSearchRequestModifier and TypeMethodDescriptionGetTextbotsBotsSearchRequest.Builder.build()GetTextbotsBotsSearchRequest.withBotName(String botName) GetTextbotsBotsSearchRequest.withBotType(List<String> botType) GetTextbotsBotsSearchRequest.withCustomHeader(String name, String value) GetTextbotsBotsSearchRequest.withPageSize(Integer pageSize) GetTextbotsBotsSearchRequest.withVirtualAgentEnabled(Boolean virtualAgentEnabled)