Share via


KnowledgeRetrievalSemanticIntent Class

Definition

The KnowledgeRetrievalSemanticIntent.

public class KnowledgeRetrievalSemanticIntent : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalIntent, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalSemanticIntent>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalSemanticIntent>
type KnowledgeRetrievalSemanticIntent = class
    inherit KnowledgeRetrievalIntent
    interface IJsonModel<KnowledgeRetrievalSemanticIntent>
    interface IPersistableModel<KnowledgeRetrievalSemanticIntent>
Public Class KnowledgeRetrievalSemanticIntent
Inherits KnowledgeRetrievalIntent
Implements IJsonModel(Of KnowledgeRetrievalSemanticIntent), IPersistableModel(Of KnowledgeRetrievalSemanticIntent)
Inheritance
KnowledgeRetrievalSemanticIntent
Implements

Constructors

Name Description
KnowledgeRetrievalSemanticIntent(String)

Initializes a new instance of KnowledgeRetrievalSemanticIntent.

Properties

Name Description
Search

The semantic query to execute.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KnowledgeRetrievalIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from KnowledgeRetrievalIntent)
IJsonModel<KnowledgeRetrievalIntent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeRetrievalIntent)
IJsonModel<KnowledgeRetrievalSemanticIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KnowledgeRetrievalSemanticIntent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeRetrievalIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeRetrievalIntent)
IPersistableModel<KnowledgeRetrievalIntent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from KnowledgeRetrievalIntent)
IPersistableModel<KnowledgeRetrievalIntent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeRetrievalIntent)
IPersistableModel<KnowledgeRetrievalSemanticIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeRetrievalSemanticIntent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeRetrievalSemanticIntent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to