Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectLineSite

Package version

A site for the Direct Line channel

Hierarchy

  • DirectLineSite

Index

Properties

isEnabled

isEnabled: boolean

Whether this site is enabled for DirectLine channel.

Optional isSecureSiteEnabled

isSecureSiteEnabled: undefined | false | true

Whether this site is enabled for authentication with Bot Framework.

isV1Enabled

isV1Enabled: boolean

Whether this site is enabled for Bot Framework V1 protocol.

isV3Enabled

isV3Enabled: boolean

Whether this site is enabled for Bot Framework V1 protocol.

Optional key

key: undefined | string

Primary key. Value only returned through POST to the action Channel List API, otherwise empty. NOTE: This property will not be serialized. It can only be populated by the server.

Optional key2

key2: undefined | string

Secondary key. Value only returned through POST to the action Channel List API, otherwise empty. NOTE: This property will not be serialized. It can only be populated by the server.

Optional siteId

siteId: undefined | string

Site Id NOTE: This property will not be serialized. It can only be populated by the server.

siteName

siteName: string

Site name

Optional trustedOrigins

trustedOrigins: string[]

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

Generated using TypeDoc