Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateOsvcChannelDetails

Properties required to update an OSVC channel.

Properties

Optional authenticationProviderName

authenticationProviderName: undefined | string

The name of the Authentication Provider to use to authenticate the user.

Optional botId

botId: undefined | string

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

Optional channelService

channelService: model.OsvcServiceType

The type of OSVC service.

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 host

host: undefined | string

The host.

For OSVC, you can derive these values from the URL that you use to launch the Agent Browser User Interface or the chat launch page. For example, if the URL is https://sitename.exampledomain.com/app/chat/chat_launch, then the host is sitename.exampledomain.com.

For FUSION, this is the host portion of your Oracle Applications Cloud (Fusion) instance's URL. For example: sitename.exampledomain.com.

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 password

password: undefined | string

The password for the digital-assistant agent.

Optional port

port: undefined | string

The port.

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.

Optional totalSessionCount

totalSessionCount: undefined | number

The total session count. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "OSVC"

Optional userName

userName: undefined | string

The user name for the digital-assistant agent.

Methods

getDeserializedJsonObj

getJsonObj