SearchRequest Class
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.
The search action request body.
public class SearchRequest : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.SearchRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.SearchRequest>
type SearchRequest = class
interface IJsonModel<SearchRequest>
interface IPersistableModel<SearchRequest>
Public Class SearchRequest
Implements IJsonModel(Of SearchRequest), IPersistableModel(Of SearchRequest)
- Inheritance
-
SearchRequest
- Implements
Constructors
| Name | Description |
|---|---|
| SearchRequest(String) |
Initializes a new instance of SearchRequest. |
Properties
| Name | Description |
|---|---|
| Query |
The query text to search against the knowledge base. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(SearchRequest to RequestContent) | |