SearchModelFactory.KnowledgeRetrievalSemanticIntent(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.
Initializes a new instance of KnowledgeRetrievalSemanticIntent.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalSemanticIntent KnowledgeRetrievalSemanticIntent(string search = default);
static member KnowledgeRetrievalSemanticIntent : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalSemanticIntent
Public Shared Function KnowledgeRetrievalSemanticIntent (Optional search As String = Nothing) As KnowledgeRetrievalSemanticIntent
Parameters
- search
- String
The semantic query to execute.
Returns
A new KnowledgeRetrievalSemanticIntent instance for mocking.