Options
All
  • Public
  • Public/Protected
  • All
Menu

Extended AI Agent configuration with tile rendering settings. Used by components that need to configure tile behavior (feed, streaming).

Hierarchy

Index

Properties

accessTokenSecret?: string

Short-lived auth token for WebSocket connection. Provided by retrieve-aah-config in lower envs (dev/test/staging). In production this is fetched from config.js instead.

cognigyAutoStackColumns?: boolean

When true, a multi-column grid collapses to a single column on narrow containers

cognigyFeedLatestFadeDelay?: number

Seconds before older feed messages fade to 40% opacity. Set to 0 to disable fading. Default: 5

cognigyFeedMaxMessages?: number

Maximum number of messages to retain in each feed tile

cognigyFeedScrollDirection?: "top-to-bottom" | "bottom-to-top"

Scroll direction for feed tiles. 'top-to-bottom' — newest messages at bottom (default) 'bottom-to-top' — newest messages at top

cognigyFeedTileId?: string | string[]

Tile ID(s) that render as scrollable message feeds. Can be string or string[]

cognigyOrigin?: string

Origin header value for WebSocket connection

cognigyProgressiveTileId?: string | string[]

Tile ID(s) that use progressive/streaming rendering. Can be string or string[]

cognigySocketUrl?: string

WebSocket server URL for Cognigy AI Copilot

cognigyStackBreakpointPx?: number

Container width in px below which single-column stacking kicks in

cognigyStreamingSpeed?: "slow" | "normal" | "fast"

Streaming speed preset: 'slow' | 'normal' | 'fast' Controls word-by-word animation timing

cognigyTileBorderColor?: string

Tile border color

cognigyTileBorderRadius?: number

Tile corner radius in px

cognigyTileSliding?: boolean

When true, tiles with data float to the top of their column until all tiles are loaded

cognigyUrlToken?: string

URL Token for WebSocket authentication with Cognigy

Generated using TypeDoc