Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / URLSource

Interface: URLSource

Defined in: src/types/sources.ts:26

Source metadata for external URLs.

Extends

  • SourceBase

Properties

title

title: string

Defined in: src/types/sources.ts:9

Inherited from

SourceBase.title


description?

optional description: null | string

Defined in: src/types/sources.ts:10

Inherited from

SourceBase.description


timestamp?

optional timestamp: null | string

Defined in: src/types/sources.ts:11

Inherited from

SourceBase.timestamp


group?

optional group: null | string

Defined in: src/types/sources.ts:12

Inherited from

SourceBase.group


type

type: "url"

Defined in: src/types/sources.ts:27


url

url: string

Defined in: src/types/sources.ts:28


attribution?

optional attribution: null | string

Defined in: src/types/sources.ts:29