你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebChatSite 类

定义

Webchat 通道的网站。

public class WebChatSite : Azure.ResourceManager.BotService.Models.BotChannelSite
type WebChatSite = class
    inherit BotChannelSite
Public Class WebChatSite
Inherits BotChannelSite
继承
WebChatSite

构造函数

WebChatSite(String, Boolean)

初始化 WebChatSite 的新实例。

属性

AppId

DirectLine 应用程序 ID。

(继承自 BotChannelSite)
ETag

实体标记。

(继承自 BotChannelSite)
IsBlockUserUploadEnabled

是否为此站点启用了阻止用户上传。

(继承自 BotChannelSite)
IsDetailedLoggingEnabled

是否禁用此站点的详细日志记录。

(继承自 BotChannelSite)
IsEnabled

是否为 DirectLine 通道启用了此站点。

(继承自 BotChannelSite)
IsEndpointParametersEnabled

此站点是否为通道启用了 EndpointParameters。

(继承自 BotChannelSite)
IsNoStorageEnabled

是否禁用此无存储站点的详细日志记录。

(继承自 BotChannelSite)
IsSecureSiteEnabled

是否为此站点启用 Bot Framework 身份验证。

(继承自 BotChannelSite)
IsTokenEnabled

此站点是否为通道启用了令牌。

(继承自 BotChannelSite)
IsV1Enabled

是否为 Bot Framework V1 协议启用此站点。

(继承自 BotChannelSite)
IsV3Enabled

是否为此站点启用了 Bot Framework V3 协议。

(继承自 BotChannelSite)
IsWebchatPreviewEnabled

此网站是否为预览版 Webchat 启用。

(继承自 BotChannelSite)
IsWebChatSpeechEnabled

是否为 Webchat 语音启用此网站。

(继承自 BotChannelSite)
Key

主密钥。 值仅通过 POST 返回到操作通道列表 API,否则为空。

(继承自 BotChannelSite)
Key2

辅助密钥。 值仅通过 POST 返回到操作通道列表 API,否则为空。

(继承自 BotChannelSite)
SiteId

站点 ID。

(继承自 BotChannelSite)
SiteName

站点名称。

(继承自 BotChannelSite)
TenantId

租户 ID。

(继承自 BotChannelSite)
TrustedOrigins

此站点的受信任源 URL 列表。 仅当 isSecureSiteEnabled 为 True 时,此字段才适用。

(继承自 BotChannelSite)

适用于