WebSearchActionSearch 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.
Search action.
public class WebSearchActionSearch : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.WebSearchActionSearch>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.WebSearchActionSearch>
type WebSearchActionSearch = class
interface IJsonModel<WebSearchActionSearch>
interface IPersistableModel<WebSearchActionSearch>
Public Class WebSearchActionSearch
Implements IJsonModel(Of WebSearchActionSearch), IPersistableModel(Of WebSearchActionSearch)
- Inheritance
-
WebSearchActionSearch
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchActionSearch(String) |
Initializes a new instance of WebSearchActionSearch. |
Properties
| Name | Description |
|---|---|
| Queries |
The search queries. |
| Query |
[DEPRECATED] The search query. |
| Sources |
The sources used in the search. |
| Type |
The action type. |