WebSearchAction Constructors
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.
Overloads
| Name | Description |
|---|---|
| WebSearchAction() |
Initializes a new instance of WebSearchAction. |
| WebSearchAction(WebSearchActionType, IDictionary<String,BinaryData>) |
Initializes a new instance of WebSearchAction. |
WebSearchAction()
- Source:
- WebSearchAction.cs
Initializes a new instance of WebSearchAction.
protected WebSearchAction();
Protected Sub New ()
Applies to
WebSearchAction(WebSearchActionType, IDictionary<String,BinaryData>)
- Source:
- WebSearchAction.cs
Initializes a new instance of WebSearchAction.
public WebSearchAction(Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchAction : Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchActionType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchAction
Public Sub New (type As WebSearchActionType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- WebSearchActionType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.