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.
Find action.
public class WebSearchActionFind : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.WebSearchActionFind>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.WebSearchActionFind>
type WebSearchActionFind = class
interface IJsonModel<WebSearchActionFind>
interface IPersistableModel<WebSearchActionFind>
Public Class WebSearchActionFind
Implements IJsonModel(Of WebSearchActionFind), IPersistableModel(Of WebSearchActionFind)
- Inheritance
-
WebSearchActionFind
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchActionFind(Uri, String) |
Initializes a new instance of WebSearchActionFind. |
Properties
| Name | Description |
|---|---|
| Pattern |
The pattern or text to search for within the page. |
| Type |
The action type. |
| Url |
The URL of the page searched for the pattern. |