BingCustomSearchConfiguration(String, String) Constructor
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.
Initializes a new instance of BingCustomSearchConfiguration.
public BingCustomSearchConfiguration(string connectionId, string instanceName);
new Azure.AI.Agents.Persistent.BingCustomSearchConfiguration : string * string -> Azure.AI.Agents.Persistent.BingCustomSearchConfiguration
Public Sub New (connectionId As String, instanceName As String)
Parameters
- connectionId
- String
Connection id for grounding with bing search.
- instanceName
- String
Name of the custom configuration instance given to config.
Exceptions
connectionId or instanceName is null.