BingGroundingSearchConfiguration 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 |
|---|---|
| BingGroundingSearchConfiguration() |
Initializes a new instance of BingGroundingSearchConfiguration for deserialization. |
| BingGroundingSearchConfiguration(String) |
Initializes a new instance of BingGroundingSearchConfiguration. |
| BingGroundingSearchConfiguration(String, String, String, Nullable<Int64>, String, IDictionary<String,BinaryData>) |
Initializes a new instance of BingGroundingSearchConfiguration. |
BingGroundingSearchConfiguration()
Initializes a new instance of BingGroundingSearchConfiguration for deserialization.
public BingGroundingSearchConfiguration();
Public Sub New ()
Applies to
BingGroundingSearchConfiguration(String)
Initializes a new instance of BingGroundingSearchConfiguration.
public BingGroundingSearchConfiguration(string projectConnectionId);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchConfiguration : string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchConfiguration
Public Sub New (projectConnectionId As String)
Parameters
- projectConnectionId
- String
Project connection id for grounding with bing search.
Exceptions
projectConnectionId is null.
Applies to
BingGroundingSearchConfiguration(String, String, String, Nullable<Int64>, String, IDictionary<String,BinaryData>)
Initializes a new instance of BingGroundingSearchConfiguration.
public BingGroundingSearchConfiguration(string projectConnectionId, string market, string setLang, long? count, string freshness, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchConfiguration : string * string * string * Nullable<int64> * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BingGroundingSearchConfiguration
Public Sub New (projectConnectionId As String, market As String, setLang As String, count As Nullable(Of Long), freshness As String, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- projectConnectionId
- String
Project connection id for grounding with bing search.
- market
- String
The market where the results come from.
- setLang
- String
The language to use for user interface strings when calling Bing API.
- freshness
- String
Filter search results by a specific time range. Accepted values: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.