SearchRequest(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 SearchRequest.
public SearchRequest(string query);
new Azure.AI.Discovery.SearchRequest : string -> Azure.AI.Discovery.SearchRequest
Public Sub New (query As String)
Parameters
- query
- String
The query text to search against the knowledge base.
Exceptions
query is null.