Class KnowledgeRetrievalIntentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeRetrievalIntentType>
com.azure.search.documents.knowledgebases.models.KnowledgeRetrievalIntentType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeRetrievalIntentType
extends com.azure.core.util.ExpandableStringEnum<KnowledgeRetrievalIntentType>
The kind of knowledge base configuration to use.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeRetrievalIntentTypeA natural language semantic query intent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KnowledgeRetrievalIntentTypefromString(String name) Creates or finds a KnowledgeRetrievalIntentType from its string representation.values()Gets known KnowledgeRetrievalIntentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SEMANTIC
A natural language semantic query intent.
-
-
Constructor Details
-
KnowledgeRetrievalIntentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeRetrievalIntentType value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeRetrievalIntentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeRetrievalIntentType.
-
values
Gets known KnowledgeRetrievalIntentType values.- Returns:
- known KnowledgeRetrievalIntentType values.
-
fromString(String)factory method.