Uses of Class
com.mypurecloud.sdk.v2.api.request.PutIntegrationsBotconnectorIntegrationIdBotsRequest
Packages that use PutIntegrationsBotconnectorIntegrationIdBotsRequest
-
Uses of PutIntegrationsBotconnectorIntegrationIdBotsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutIntegrationsBotconnectorIntegrationIdBotsRequestModifier and TypeMethodDescriptionvoidIntegrationsApi.putIntegrationsBotconnectorIntegrationIdBots(PutIntegrationsBotconnectorIntegrationIdBotsRequest request) Set a list of botConnector bots plus versions for this integrationIntegrationsApiAsync.putIntegrationsBotconnectorIntegrationIdBotsAsync(PutIntegrationsBotconnectorIntegrationIdBotsRequest request, AsyncApiCallback<Void> callback) Set a list of botConnector bots plus versions for this integration -
Uses of PutIntegrationsBotconnectorIntegrationIdBotsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutIntegrationsBotconnectorIntegrationIdBotsRequestModifier and TypeMethodDescriptionPutIntegrationsBotconnectorIntegrationIdBotsRequest.Builder.build()PutIntegrationsBotconnectorIntegrationIdBotsRequest.withBotList(BotList botList) PutIntegrationsBotconnectorIntegrationIdBotsRequest.withCustomHeader(String name, String value) PutIntegrationsBotconnectorIntegrationIdBotsRequest.withIntegrationId(String integrationId)