Uses of Class
com.azure.resourcemanager.botservice.models.WebChatSite
Packages that use WebChatSite
Package
Description
Package containing the data models for AzureBotService.
-
Uses of WebChatSite in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return WebChatSiteModifier and TypeMethodDescriptionstatic WebChatSiteWebChatSite.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebChatSite from the JsonReader.Set the appId property: DirectLine application id.Set the etag property: Entity Tag.WebChatSite.withIsBlockUserUploadEnabled(Boolean isBlockUserUploadEnabled) Set the isBlockUserUploadEnabled property: Whether this site is enabled for block user upload.WebChatSite.withIsDetailedLoggingEnabled(Boolean isDetailedLoggingEnabled) Set the isDetailedLoggingEnabled property: Whether this site is disabled detailed logging for.WebChatSite.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this site is enabled for DirectLine channel.WebChatSite.withIsEndpointParametersEnabled(Boolean isEndpointParametersEnabled) Set the isEndpointParametersEnabled property: Whether this site is EndpointParameters enabled for channel.WebChatSite.withIsNoStorageEnabled(Boolean isNoStorageEnabled) Set the isNoStorageEnabled property: Whether this no-storage site is disabled detailed logging for.WebChatSite.withIsSecureSiteEnabled(Boolean isSecureSiteEnabled) Set the isSecureSiteEnabled property: Whether this site is enabled for authentication with Bot Framework.WebChatSite.withIsV1Enabled(Boolean isV1Enabled) Set the isV1Enabled property: Whether this site is enabled for Bot Framework V1 protocol.WebChatSite.withIsV3Enabled(Boolean isV3Enabled) Set the isV3Enabled property: Whether this site is enabled for Bot Framework V3 protocol.WebChatSite.withIsWebchatPreviewEnabled(Boolean isWebchatPreviewEnabled) Set the isWebchatPreviewEnabled property: Whether this site is enabled for preview versions of Webchat.WebChatSite.withIsWebChatSpeechEnabled(Boolean isWebChatSpeechEnabled) Set the isWebChatSpeechEnabled property: Whether this site is enabled for Webchat Speech.WebChatSite.withSiteName(String siteName) Set the siteName property: Site name.WebChatSite.withTenantId(String tenantId) Set the tenantId property: Tenant Id.WebChatSite.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 WebChatSiteModifier and TypeMethodDescriptionWebChatChannelProperties.sites()Get the sites property: The list of Web Chat sites.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type WebChatSiteModifier and TypeMethodDescriptionWebChatChannelProperties.withSites(List<WebChatSite> sites) Set the sites property: The list of Web Chat sites.