Uses of Class
com.azure.resourcemanager.botservice.models.BotProperties
Packages that use BotProperties
Package
Description
Package containing the inner data models for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of BotProperties in com.azure.resourcemanager.botservice.fluent.models
Methods in com.azure.resourcemanager.botservice.fluent.models that return BotPropertiesModifier and TypeMethodDescriptionBotInner.properties()Get the properties property: The set of properties specific to bot resource.Methods in com.azure.resourcemanager.botservice.fluent.models with parameters of type BotPropertiesModifier and TypeMethodDescriptionBotInner.withProperties(BotProperties properties) Set the properties property: The set of properties specific to bot resource. -
Uses of BotProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return BotPropertiesModifier and TypeMethodDescriptionstatic BotPropertiesBotProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BotProperties from the JsonReader.Bot.properties()Gets the properties property: The set of properties specific to bot resource.BotProperties.withAllSettings(Map<String, String> allSettings) Set the allSettings property: Contains resource all settings defined as key/value pairs.BotProperties.withAppPasswordHint(String appPasswordHint) Set the appPasswordHint property: The hint (e.g. keyVault secret resourceId) on how to fetch the app secret.BotProperties.withCmekKeyVaultUrl(String cmekKeyVaultUrl) Set the cmekKeyVaultUrl property: The CMK Url.BotProperties.withDescription(String description) Set the description property: The description of the bot.BotProperties.withDeveloperAppInsightKey(String developerAppInsightKey) Set the developerAppInsightKey property: The Application Insights key.BotProperties.withDeveloperAppInsightsApiKey(String developerAppInsightsApiKey) Set the developerAppInsightsApiKey property: The Application Insights Api Key.BotProperties.withDeveloperAppInsightsApplicationId(String developerAppInsightsApplicationId) Set the developerAppInsightsApplicationId property: The Application Insights App Id.BotProperties.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.BotProperties.withDisplayName(String displayName) Set the displayName property: The Name of the bot.BotProperties.withEndpoint(String endpoint) Set the endpoint property: The bot's endpoint.BotProperties.withIconUrl(String iconUrl) Set the iconUrl property: The Icon Url of the bot.BotProperties.withIsCmekEnabled(Boolean isCmekEnabled) Set the isCmekEnabled property: Whether Cmek is enabled.BotProperties.withIsStreamingSupported(Boolean isStreamingSupported) Set the isStreamingSupported property: Whether the bot is streaming supported.BotProperties.withLuisAppIds(List<String> luisAppIds) Set the luisAppIds property: Collection of LUIS App Ids.BotProperties.withLuisKey(String luisKey) Set the luisKey property: The LUIS Key.BotProperties.withManifestUrl(String manifestUrl) Set the manifestUrl property: The bot's manifest url.BotProperties.withMsaAppId(String msaAppId) Set the msaAppId property: Microsoft App Id for the bot.BotProperties.withMsaAppMsiResourceId(String msaAppMsiResourceId) Set the msaAppMsiResourceId property: Microsoft App Managed Identity Resource Id for the bot.BotProperties.withMsaAppTenantId(String msaAppTenantId) Set the msaAppTenantId property: Microsoft App Tenant Id for the bot.BotProperties.withMsaAppType(MsaAppType msaAppType) Set the msaAppType property: Microsoft App Type for the bot.BotProperties.withOpenWithHint(String openWithHint) Set the openWithHint property: The hint to browser (e.g. protocol handler) on how to open the bot for authoring.BotProperties.withParameters(Map<String, String> parameters) Set the parameters property: Contains resource parameters defined as key/value pairs.BotProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether the bot is in an isolated network.BotProperties.withPublishingCredentials(String publishingCredentials) Set the publishingCredentials property: Publishing credentials of the resource.BotProperties.withSchemaTransformationVersion(String schemaTransformationVersion) Set the schemaTransformationVersion property: The channel schema transformation version for the bot.BotProperties.withStorageResourceId(String storageResourceId) Set the storageResourceId property: The storage resourceId for the bot.BotProperties.withTenantId(String tenantId) Set the tenantId property: The Tenant Id for the bot.Methods in com.azure.resourcemanager.botservice.models with parameters of type BotPropertiesModifier and TypeMethodDescriptionBot.DefinitionStages.WithProperties.withProperties(BotProperties properties) Specifies the properties property: The set of properties specific to bot resource.Bot.UpdateStages.WithProperties.withProperties(BotProperties properties) Specifies the properties property: The set of properties specific to bot resource.