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?
optionaldescription:null|string
Defined in: src/types/sources.ts:10
Inherited from
SourceBase.description
timestamp?
optionaltimestamp:null|string
Defined in: src/types/sources.ts:11
Inherited from
SourceBase.timestamp
group?
optionalgroup: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?
optionalattribution:null|string
Defined in: src/types/sources.ts:29