次の方法で共有


WebChatSite クラス

定義

Web チャット チャネルのサイト。

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 Speech に対して有効になっているかどうか。

(継承元 BotChannelSite)
Key

主キー POST を通じてアクション Channel List API に対してのみ返される値。それ以外の場合は空です。

(継承元 BotChannelSite)
Key2

セカンダリ キー POST を通じてアクション Channel List API に対してのみ返される値。それ以外の場合は空です。

(継承元 BotChannelSite)
SiteId

サイト ID。

(継承元 BotChannelSite)
SiteName

サイト名。

(継承元 BotChannelSite)
TenantId

テナント ID。

(継承元 BotChannelSite)
TrustedOrigins

このサイトの信頼された配信元 URL の一覧。 このフィールドは、isSecureSiteEnabled が True の場合にのみ適用されます。

(継承元 BotChannelSite)

適用対象