Share via


WebSearchAction Constructors

Definition

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

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to