SearchModelFactory.KnowledgeRetrievalIntent(String) Method

Definition

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.

Applies to