Share via


KnowledgeBaseRetrievalRequest.Intents Property

Definition

A list of intended queries to execute without model query planning. Please note KnowledgeRetrievalIntent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KnowledgeRetrievalSemanticIntent.

public System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalIntent> Intents { get; }
member this.Intents : System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalIntent>
Public ReadOnly Property Intents As IList(Of KnowledgeRetrievalIntent)

Property Value

Applies to