ArmBotServiceModelFactory.WebChatSite Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do WebChatSite.
public static Azure.ResourceManager.BotService.Models.WebChatSite WebChatSite (Guid? tenantId = default, string siteId = default, string siteName = default, string key = default, string key2 = default, bool isEnabled = false, bool? isTokenEnabled = default, bool? isEndpointParametersEnabled = default, bool? isDetailedLoggingEnabled = default, bool? isBlockUserUploadEnabled = default, bool? isNoStorageEnabled = default, Azure.ETag? etag = default, string appId = default, bool? isV1Enabled = default, bool? isV3Enabled = default, bool? isSecureSiteEnabled = default, System.Collections.Generic.IEnumerable<string> trustedOrigins = default, bool? isWebChatSpeechEnabled = default, bool? isWebchatPreviewEnabled = default);
static member WebChatSite : Nullable<Guid> * string * string * string * string * bool * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Azure.ETag> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * seq<string> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.BotService.Models.WebChatSite
Public Shared Function WebChatSite (Optional tenantId As Nullable(Of Guid) = Nothing, Optional siteId As String = Nothing, Optional siteName As String = Nothing, Optional key As String = Nothing, Optional key2 As String = Nothing, Optional isEnabled As Boolean = false, Optional isTokenEnabled As Nullable(Of Boolean) = Nothing, Optional isEndpointParametersEnabled As Nullable(Of Boolean) = Nothing, Optional isDetailedLoggingEnabled As Nullable(Of Boolean) = Nothing, Optional isBlockUserUploadEnabled As Nullable(Of Boolean) = Nothing, Optional isNoStorageEnabled As Nullable(Of Boolean) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional appId As String = Nothing, Optional isV1Enabled As Nullable(Of Boolean) = Nothing, Optional isV3Enabled As Nullable(Of Boolean) = Nothing, Optional isSecureSiteEnabled As Nullable(Of Boolean) = Nothing, Optional trustedOrigins As IEnumerable(Of String) = Nothing, Optional isWebChatSpeechEnabled As Nullable(Of Boolean) = Nothing, Optional isWebchatPreviewEnabled As Nullable(Of Boolean) = Nothing) As WebChatSite
Parâmetros
- siteId
- String
ID do site.
- siteName
- String
Nome do site.
- key
- String
Chave primária. Valor retornado somente por meio de POST para a API de Lista de Canais da ação, caso contrário, vazio.
- key2
- String
Chave secundária. Valor retornado somente por meio de POST para a API de Lista de Canais da ação, caso contrário, vazio.
- isEnabled
- Boolean
Se este site está habilitado para o canal DirectLine.
Se este site é EndpointParameters habilitado para canal.
Se este site está desabilitado para registro em log detalhado.
Se este site está habilitado para o upload de usuário de bloco.
Se esse site sem armazenamento está desabilitado para registro em log detalhado.
- appId
- String
ID do aplicativo DirectLine.
Se este site está habilitado para autenticação com o Bot Framework.
- trustedOrigins
- IEnumerable<String>
Lista de URLs de Origem Confiável para este site. Esse campo será aplicável somente se isSecureSiteEnabled for True.
Se este site está habilitado para versões prévias do Webchat.
Retornos
Uma nova WebChatSite instância para simulação.
Aplica-se a
Azure SDK for .NET