KnowledgeAgentSearchIndexReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure Search document reference.
public class KnowledgeAgentSearchIndexReference : Azure.Search.Documents.Agents.Models.KnowledgeAgentReference, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexReference>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexReference>
type KnowledgeAgentSearchIndexReference = class
inherit KnowledgeAgentReference
interface IJsonModel<KnowledgeAgentSearchIndexReference>
interface IPersistableModel<KnowledgeAgentSearchIndexReference>
Public Class KnowledgeAgentSearchIndexReference
Inherits KnowledgeAgentReference
Implements IJsonModel(Of KnowledgeAgentSearchIndexReference), IPersistableModel(Of KnowledgeAgentSearchIndexReference)
- Inheritance
- Implements
Properties
ActivitySource |
The source activity ID for the reference. (Inherited from KnowledgeAgentReference) |
DocKey |
The document key for the reference. |
Id |
The ID of the reference. (Inherited from KnowledgeAgentReference) |
RerankerScore |
The reranker score for the document reference. (Inherited from KnowledgeAgentReference) |
SourceData |
Dictionary of <any>. (Inherited from KnowledgeAgentReference) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |