Share via


KnowledgeBaseWebReference interface

Represents a web document reference.

Extends

Properties

title

The title of the web document.

type

Polymorphic discriminator, which specifies the different types this object can be

url

The url the reference data originated from.

Inherited Properties

activitySource

The source activity ID for the reference.

id

The ID of the reference.

rerankerScore

The reranker score for the document reference.

sourceData

Dictionary of <any>

Property Details

title

The title of the web document.

title?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "web"

Property Value

"web"

url

The url the reference data originated from.

url?: string

Property Value

string

Inherited Property Details

activitySource

The source activity ID for the reference.

activitySource: number

Property Value

number

Inherited From KnowledgeBaseReference.activitySource

id

The ID of the reference.

id: string

Property Value

string

Inherited From KnowledgeBaseReference.id

rerankerScore

The reranker score for the document reference.

rerankerScore?: number

Property Value

number

Inherited From KnowledgeBaseReference.rerankerScore

sourceData

Dictionary of <any>

sourceData?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

Inherited From KnowledgeBaseReference.sourceData