Share via


KBSearchResult Class

Definition

Details of an AzureKB search result.

public class KBSearchResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SelfHelp.Models.KBSearchResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SelfHelp.Models.KBSearchResult>
type KBSearchResult = class
    interface IJsonModel<KBSearchResult>
    interface IPersistableModel<KBSearchResult>
Public Class KBSearchResult
Implements IJsonModel(Of KBSearchResult), IPersistableModel(Of KBSearchResult)
Inheritance
KBSearchResult
Implements

Properties

Confidence

Confidence of the search result.

Content

Content of the search result.

Link

Link to the document.

Rank

rank of the search result.

ResultType

Result type of the search result.

SolutionId

Unique id of the result.

Source

Source of the search result.

Title

Title of the search result.

Explicit Interface Implementations

IJsonModel<KBSearchResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KBSearchResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KBSearchResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KBSearchResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KBSearchResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to