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.
Action type "search" - Performs a web search query.
public class WebSearchActionSearch : Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionSearch>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionSearch>
type WebSearchActionSearch = class
inherit WebSearchAction
interface IUtf8JsonSerializable
interface IJsonModel<WebSearchActionSearch>
interface IPersistableModel<WebSearchActionSearch>
Public Class WebSearchActionSearch
Inherits WebSearchAction
Implements IJsonModel(Of WebSearchActionSearch), IPersistableModel(Of WebSearchActionSearch)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchActionSearch() |
Initializes a new instance of WebSearchActionSearch for deserialization. |
| WebSearchActionSearch(String) |
Initializes a new instance of WebSearchActionSearch. |
| WebSearchActionSearch(WebSearchActionType, IDictionary<String,BinaryData>, String) |
Initializes a new instance of WebSearchActionSearch. |
Properties
| Name | Description |
|---|---|
| Query |
The search query. |
| Type |
Gets or sets the type. (Inherited from WebSearchAction) |
Methods
| Name | Description |
|---|---|
| DeserializeWebSearchActionSearch(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |