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