Uses of Class
com.mypurecloud.sdk.v2.model.BotConnectorBot
Packages that use BotConnectorBot
-
Uses of BotConnectorBot in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotConnectorBotModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBot(GetIntegrationsBotconnectorIntegrationIdBotRequest request) Get a specific botConnector bot, plus versions, for this integrationIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBot(String integrationId, String botId, String version) Get a specific botConnector bot, plus versions, for this integrationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotConnectorBotModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBot(ApiRequest<Void> request) Get a specific botConnector bot, plus versions, for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotAsync(GetIntegrationsBotconnectorIntegrationIdBotRequest request, AsyncApiCallback<BotConnectorBot> callback) Get a specific botConnector bot, plus versions, for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotConnectorBot>> callback) Get a specific botConnector bot, plus versions, for this integrationIntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotWithHttpInfo(String integrationId, String botId, String version) Get a specific botConnector bot, plus versions, for this integrationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotConnectorBotModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotAsync(GetIntegrationsBotconnectorIntegrationIdBotRequest request, AsyncApiCallback<BotConnectorBot> callback) Get a specific botConnector bot, plus versions, for this integrationIntegrationsApiAsync.getIntegrationsBotconnectorIntegrationIdBotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BotConnectorBot>> callback) Get a specific botConnector bot, plus versions, for this integration -
Uses of BotConnectorBot in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotConnectorBotModifier and TypeMethodDescriptionBotConnectorBot.description(String description) An optional description of the bot.The Botconnector Bot Id - this is configurable by the user when putBotConnectorBot.versions(List<BotConnectorBotVersion> versions) This bots versions, limit of 50 per botMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotConnectorBotMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotConnectorBotModifier and TypeMethodDescriptionBotList.chatBots(List<BotConnectorBot> chatBots) A list of botConnector Bots.voidBotList.setChatBots(List<BotConnectorBot> chatBots)