Uses of Class
com.mypurecloud.sdk.v2.model.Bot
Packages that use Bot
-
Uses of Bot in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BotModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorBot(GetIntegrationsBotconnectorBotRequest request) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeIntegrationsApi.getIntegrationsBotconnectorBot(String integrationId, String botId, String version) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BotModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsBotconnectorBot(ApiRequest<Void> request) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeIntegrationsApiAsync.getIntegrationsBotconnectorBotAsync(GetIntegrationsBotconnectorBotRequest request, AsyncApiCallback<Bot> callback) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeIntegrationsApiAsync.getIntegrationsBotconnectorBotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Bot>> callback) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeIntegrationsApi.getIntegrationsBotconnectorBotWithHttpInfo(String integrationId, String botId, String version) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BotModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsBotconnectorBotAsync(GetIntegrationsBotconnectorBotRequest request, AsyncApiCallback<Bot> callback) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without noticeIntegrationsApiAsync.getIntegrationsBotconnectorBotAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Bot>> callback) Get a specific Bot details getIntegrationsBotconnectorBot is a preview method and is subject to both breaking and non-breaking changes at any time without notice -
Uses of Bot in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotModifier and TypeMethodDescriptionBot.botCompositeTag(String botCompositeTag) A system-generated string that contains metadata about this bot.Bot.description(String description) An optional description of the bot.This is a string type that should denote a unique ID of the bot for calling purposes by the Genesys service (EG a UUID).This is the name that will be displayed to the user in Architect.The provider of the bot.Bot.versions(List<BotVersion> versions) This bots version.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Bot