Uses of Class
com.mypurecloud.sdk.v2.model.BotSearchResponseEntityListing
Packages that use BotSearchResponseEntityListing
-
Uses of BotSearchResponseEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotSearchResponseEntityListingModifier and TypeMethodDescriptionTextbotsApi.getTextbotsBotsSearch(GetTextbotsBotsSearchRequest request) Find bots using the currently configured friendly name or ID.TextbotsApi.getTextbotsBotsSearch(List<String> botType, String botName, List<String> botId, Boolean virtualAgentEnabled, Integer pageSize) Find bots using the currently configured friendly name or ID.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotSearchResponseEntityListingModifier and TypeMethodDescriptionTextbotsApi.getTextbotsBotsSearch(ApiRequest<Void> 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.TextbotsApiAsync.getTextbotsBotsSearchAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotSearchResponseEntityListing>> callback) Find bots using the currently configured friendly name or ID.TextbotsApi.getTextbotsBotsSearchWithHttpInfo(List<String> botType, String botName, List<String> botId, Boolean virtualAgentEnabled, Integer pageSize) Find bots using the currently configured friendly name or ID.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotSearchResponseEntityListingModifier and TypeMethodDescriptionTextbotsApiAsync.getTextbotsBotsSearchAsync(GetTextbotsBotsSearchRequest request, AsyncApiCallback<BotSearchResponseEntityListing> callback) Find bots using the currently configured friendly name or ID.TextbotsApiAsync.getTextbotsBotsSearchAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotSearchResponseEntityListing>> callback) Find bots using the currently configured friendly name or ID. -
Uses of BotSearchResponseEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotSearchResponseEntityListingModifier and TypeMethodDescriptionBotSearchResponseEntityListing.entities(List<BotSearchResponse> entities)