SearchModelFactory.KnowledgeRetrievalIntent(String) Method
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.
An intended query to execute without model query planning. Please note this is the abstract base class. The derived classes available for instantiation are: KnowledgeRetrievalSemanticIntent.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalIntent KnowledgeRetrievalIntent(string type = default);
static member KnowledgeRetrievalIntent : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalIntent
Public Shared Function KnowledgeRetrievalIntent (Optional type As String = Nothing) As KnowledgeRetrievalIntent
Parameters
- type
- String
The type of the intent.
Returns
A new KnowledgeRetrievalIntent instance for mocking.