다음을 통해 공유


KnowledgeAgentSearchIndexActivityArguments Class

Definition

Represents the arguments the search index retrieval activity was run with.

public class KnowledgeAgentSearchIndexActivityArguments : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexActivityArguments>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexActivityArguments>
type KnowledgeAgentSearchIndexActivityArguments = class
    interface IJsonModel<KnowledgeAgentSearchIndexActivityArguments>
    interface IPersistableModel<KnowledgeAgentSearchIndexActivityArguments>
Public Class KnowledgeAgentSearchIndexActivityArguments
Implements IJsonModel(Of KnowledgeAgentSearchIndexActivityArguments), IPersistableModel(Of KnowledgeAgentSearchIndexActivityArguments)
Inheritance
KnowledgeAgentSearchIndexActivityArguments
Implements

Properties

Filter

The filter string.

Search

The search string used to query the search index.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KnowledgeAgentSearchIndexActivityArguments>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KnowledgeAgentSearchIndexActivityArguments>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeAgentSearchIndexActivityArguments>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeAgentSearchIndexActivityArguments>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeAgentSearchIndexActivityArguments>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to