DirectLineSite Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A site for the Direct Line channel.
public class DirectLineSite : Azure.ResourceManager.BotService.Models.BotChannelSite
type DirectLineSite = class
inherit BotChannelSite
Public Class DirectLineSite
Inherits BotChannelSite
- Inheritance
Constructors
DirectLineSite(String, Boolean) |
Initializes a new instance of DirectLineSite. |
Properties
AppId |
DirectLine application id. (Inherited from BotChannelSite) |
ETag |
Entity Tag. (Inherited from BotChannelSite) |
IsBlockUserUploadEnabled |
Whether this site is enabled for block user upload. (Inherited from BotChannelSite) |
IsDetailedLoggingEnabled |
Whether this site is disabled detailed logging for. (Inherited from BotChannelSite) |
IsEnabled |
Whether this site is enabled for DirectLine channel. (Inherited from BotChannelSite) |
IsEndpointParametersEnabled |
Whether this site is EndpointParameters enabled for channel. (Inherited from BotChannelSite) |
IsNoStorageEnabled |
Whether this no-storage site is disabled detailed logging for. (Inherited from BotChannelSite) |
IsSecureSiteEnabled |
Whether this site is enabled for authentication with Bot Framework. (Inherited from BotChannelSite) |
IsTokenEnabled |
Whether this site is token enabled for channel. (Inherited from BotChannelSite) |
IsV1Enabled |
Whether this site is enabled for Bot Framework V1 protocol. (Inherited from BotChannelSite) |
IsV3Enabled |
Whether this site is enabled for Bot Framework V3 protocol. (Inherited from BotChannelSite) |
IsWebchatPreviewEnabled |
Whether this site is enabled for preview versions of Webchat. (Inherited from BotChannelSite) |
IsWebChatSpeechEnabled |
Whether this site is enabled for Webchat Speech. (Inherited from BotChannelSite) |
Key |
Primary key. Value only returned through POST to the action Channel List API, otherwise empty. (Inherited from BotChannelSite) |
Key2 |
Secondary key. Value only returned through POST to the action Channel List API, otherwise empty. (Inherited from BotChannelSite) |
SiteId |
Site Id. (Inherited from BotChannelSite) |
SiteName |
Site name. (Inherited from BotChannelSite) |
TenantId |
Tenant Id. (Inherited from BotChannelSite) |
TrustedOrigins |
List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True. (Inherited from BotChannelSite) |