WebSearchActionFind(Uri, String) Constructor
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.
Initializes a new instance of WebSearchActionFind.
public WebSearchActionFind(Uri url, string pattern);
new Azure.AI.AgentServer.Responses.Models.WebSearchActionFind : Uri * string -> Azure.AI.AgentServer.Responses.Models.WebSearchActionFind
Public Sub New (url As Uri, pattern As String)
Parameters
- url
- Uri
The URL of the page searched for the pattern.
- pattern
- String
The pattern or text to search for within the page.
Exceptions
url or pattern is null.