WebSearchActionFind 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.
Action type "find": Searches for a pattern within a loaded page.
public class WebSearchActionFind : Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionFind>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionFind>
type WebSearchActionFind = class
inherit WebSearchAction
interface IUtf8JsonSerializable
interface IJsonModel<WebSearchActionFind>
interface IPersistableModel<WebSearchActionFind>
Public Class WebSearchActionFind
Inherits WebSearchAction
Implements IJsonModel(Of WebSearchActionFind), IPersistableModel(Of WebSearchActionFind)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchActionFind() |
Initializes a new instance of WebSearchActionFind for deserialization. |
| WebSearchActionFind(Uri, String) |
Initializes a new instance of WebSearchActionFind. |
| WebSearchActionFind(WebSearchActionType, IDictionary<String,BinaryData>, Uri, String) |
Initializes a new instance of WebSearchActionFind. |
Properties
| Name | Description |
|---|---|
| Pattern |
The pattern or text to search for within the page. |
| Type |
Gets or sets the type. (Inherited from WebSearchAction) |
| Url |
The URL of the page searched for the pattern. |
Methods
| Name | Description |
|---|---|
| DeserializeWebSearchActionFind(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |