BingTextSearch(String, BingTextSearchOptions) 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.
Create an instance of the BingTextSearch with API key authentication.
public BingTextSearch(string apiKey, Microsoft.SemanticKernel.Plugins.Web.Bing.BingTextSearchOptions? options = default);
new Microsoft.SemanticKernel.Plugins.Web.Bing.BingTextSearch : string * Microsoft.SemanticKernel.Plugins.Web.Bing.BingTextSearchOptions -> Microsoft.SemanticKernel.Plugins.Web.Bing.BingTextSearch
Public Sub New (apiKey As String, Optional options As BingTextSearchOptions = Nothing)
Parameters
- apiKey
- String
The API key credential used to authenticate requests against the Search service.
- options
- BingTextSearchOptions
Options used when creating this instance of BingTextSearch.