KnowledgeBaseRemoteSharePointReference interface
Represents a remote SharePoint document reference.
- Extends
Properties
| search |
Information about the sensitivity label applied to a SharePoint document. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
| web |
The url the reference data originated from. |
Inherited Properties
| activity |
The source activity ID for the reference. |
| id | The ID of the reference. |
| reranker |
The reranker score for the document reference. |
| source |
Dictionary of <any> |
Property Details
searchSensitivityLabelInfo
Information about the sensitivity label applied to a SharePoint document.
searchSensitivityLabelInfo?: SharePointSensitivityLabelInfo
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "remoteSharePoint"
Property Value
"remoteSharePoint"
webUrl
The url the reference data originated from.
webUrl?: 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
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