Uses of Class
com.mypurecloud.sdk.v2.model.BotList
Packages that use BotList
Package
Description
-
Uses of BotList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotListModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBots(GetIntegrationsBotconnectorIntegrationIdBotsRequest request) Get a list of botConnector bots for this integrationIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBots(String integrationId) Get a list of botConnector bots for this integrationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotListModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBots(ApiRequest<Void> request) Get a list of botConnector bots for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotsAsync(GetIntegrationsBotconnectorIntegrationIdBotsRequest request, AsyncApiCallback<BotList> callback) Get a list of botConnector bots for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotList>> callback) Get a list of botConnector bots for this integrationIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotsWithHttpInfo(String integrationId) Get a list of botConnector bots for this integrationMethods in com.mypurecloud.sdk.v2.api with parameters of type BotListModifier and TypeMethodDescriptionvoidIntegrationsApi.putIntegrationsBotconnectorIntegrationIdBots(String integrationId, BotList botList) Set a list of botConnector bots plus versions for this integrationIntegrationsApi.putIntegrationsBotconnectorIntegrationIdBotsWithHttpInfo(String integrationId, BotList botList) Set a list of botConnector bots plus versions for this integrationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotListModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotsAsync(GetIntegrationsBotconnectorIntegrationIdBotsRequest request, AsyncApiCallback<BotList> callback) Get a list of botConnector bots for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotList>> callback) Get a list of botConnector bots for this integrationIntegrationsApi.putIntegrationsBotconnectorIntegrationIdBots(ApiRequest<BotList> request) Set a list of botConnector bots plus versions for this integrationIntegrationsApiAsync.putIntegrationsBotconnectorIntegrationIdBotsAsync(ApiRequest<BotList> request, AsyncApiCallback<ApiResponse<Void>> callback) Set a list of botConnector bots plus versions for this integration -
Uses of BotList in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BotListModifier and TypeMethodDescriptionPutIntegrationsBotconnectorIntegrationIdBotsRequest.getBotList()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BotListModifier and TypeMethodDescriptionPutIntegrationsBotconnectorIntegrationIdBotsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BotListModifier and TypeMethodDescriptionvoidPutIntegrationsBotconnectorIntegrationIdBotsRequest.setBotList(BotList botList) PutIntegrationsBotconnectorIntegrationIdBotsRequest.Builder.withBotList(BotList botList) PutIntegrationsBotconnectorIntegrationIdBotsRequest.withBotList(BotList botList) PutIntegrationsBotconnectorIntegrationIdBotsRequest.Builder.withRequiredParams(String integrationId, BotList botList) -
Uses of BotList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotListModifier and TypeMethodDescriptionBotList.chatBots(List<BotConnectorBot> chatBots) A list of botConnector Bots.