다음을 통해 공유


IDirectLineSite Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineSiteTypeConverter))]
public interface IDirectLineSite : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ISite
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineSiteTypeConverter))>]
type IDirectLineSite = interface
    interface IJsonSerializable
    interface ISite
Public Interface IDirectLineSite
Implements ISite
Derived
Attributes
Implements

Properties

AppId

DirectLine application id

(Inherited from ISite)
ETag

Entity Tag

(Inherited from ISite)
Id

Site Id

(Inherited from ISite)
IsBlockUserUploadEnabled

Whether this site is enabled for block user upload.

(Inherited from ISite)
IsDetailedLoggingEnabled

Whether this site is disabled detailed logging for

(Inherited from ISite)
IsEnabled

Whether this site is enabled for DirectLine channel

(Inherited from ISite)
IsEndpointParametersEnabled

Whether this site is EndpointParameters enabled for channel

(Inherited from ISite)
IsNoStorageEnabled

Whether this no-storage site is disabled detailed logging for

(Inherited from ISite)
IsSecureSiteEnabled

Whether this site is enabled for authentication with Bot Framework.

(Inherited from ISite)
IsTokenEnabled

Whether this site is token enabled for channel

(Inherited from ISite)
IsV1Enabled

Whether this site is enabled for Bot Framework V1 protocol.

(Inherited from ISite)
IsV3Enabled

Whether this site is enabled for Bot Framework V1 protocol.

(Inherited from ISite)
IsWebchatPreviewEnabled

Whether this site is enabled for preview versions of Webchat

(Inherited from ISite)
Key

Primary key. Value only returned through POST to the action Channel List API, otherwise empty.

(Inherited from ISite)
Key2

Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.

(Inherited from ISite)
Name

Site name

(Inherited from ISite)
TrustedOrigin

List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

(Inherited from ISite)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to