Uses of Class
com.azure.resourcemanager.botservice.models.Site
Packages that use Site
Package
Description
Package containing the data models for AzureBotService.
-
Uses of Site in com.azure.resourcemanager.botservice.models
Subclasses of Site in com.azure.resourcemanager.botservice.modelsModifier and TypeClassDescriptionfinal classA site for the Direct Line channel.final classA site for the Webchat channel.Methods in com.azure.resourcemanager.botservice.models that return SiteModifier and TypeMethodDescriptionstatic SiteSite.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Site from the JsonReader.Set the appId property: DirectLine application id.Set the etag property: Entity Tag.Site.withIsBlockUserUploadEnabled(Boolean isBlockUserUploadEnabled) Set the isBlockUserUploadEnabled property: Whether this site is enabled for block user upload.Site.withIsDetailedLoggingEnabled(Boolean isDetailedLoggingEnabled) Set the isDetailedLoggingEnabled property: Whether this site is disabled detailed logging for.Site.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this site is enabled for DirectLine channel.Site.withIsEndpointParametersEnabled(Boolean isEndpointParametersEnabled) Set the isEndpointParametersEnabled property: Whether this site is EndpointParameters enabled for channel.Site.withIsNoStorageEnabled(Boolean isNoStorageEnabled) Set the isNoStorageEnabled property: Whether this no-storage site is disabled detailed logging for.Site.withIsSecureSiteEnabled(Boolean isSecureSiteEnabled) Set the isSecureSiteEnabled property: Whether this site is enabled for authentication with Bot Framework.Site.withIsV1Enabled(Boolean isV1Enabled) Set the isV1Enabled property: Whether this site is enabled for Bot Framework V1 protocol.Site.withIsV3Enabled(Boolean isV3Enabled) Set the isV3Enabled property: Whether this site is enabled for Bot Framework V3 protocol.Site.withIsWebchatPreviewEnabled(Boolean isWebchatPreviewEnabled) Set the isWebchatPreviewEnabled property: Whether this site is enabled for preview versions of Webchat.Site.withIsWebChatSpeechEnabled(Boolean isWebChatSpeechEnabled) Set the isWebChatSpeechEnabled property: Whether this site is enabled for Webchat Speech.Site.withSiteName(String siteName) Set the siteName property: Site name.Site.withTenantId(String tenantId) Set the tenantId property: Tenant Id.Site.withTrustedOrigins(List<String> trustedOrigins) Set the trustedOrigins property: List of Trusted Origin URLs for this site.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type SiteModifier and TypeMethodDescriptionChannelSettings.sites()Get the sites property: The list of sites.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type SiteModifier and TypeMethodDescriptionSet the sites property: The list of sites.