Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateWebhookChannelDetails

Properties to update a Webhook channel.

Properties

Optional botId

botId: undefined | string

The ID of the Skill or Digital Assistant that the Channel is routed to.

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A short description of the Channel.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

Optional name

name: undefined | string

The Channel's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.

Optional outboundUrl

outboundUrl: undefined | string

The URL to send responses to.

Optional payloadVersion

payloadVersion: model.WebhookPayloadVersion

The version for payloads.

Optional sessionExpiryDurationInMilliseconds

sessionExpiryDurationInMilliseconds: undefined | number

The number of milliseconds before a session expires. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "WEBHOOK"

Methods

getDeserializedJsonObj

getJsonObj