KnowledgeRetrievalIntentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. knowledgebases. models. KnowledgeRetrievalIntentType
- com.
- com.
public final class KnowledgeRetrievalIntentType
extends ExpandableStringEnum<KnowledgeRetrievalIntentType>
The kind of knowledge base configuration to use.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Knowledge |
SEMANTIC
A natural language semantic query intent. |
Constructor Summary
| Constructor | Description |
|---|---|
| KnowledgeRetrievalIntentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Knowledge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromString(String name)
Creates or finds a Knowledge |
|
static
Collection<Knowledge |
values()
Gets known Knowledge |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SEMANTIC
public static final KnowledgeRetrievalIntentType SEMANTIC
A natural language semantic query intent.
Constructor Details
KnowledgeRetrievalIntentType
@Deprecated
public KnowledgeRetrievalIntentType()
Deprecated
Creates a new instance of KnowledgeRetrievalIntentType value.
Method Details
fromString
public static KnowledgeRetrievalIntentType fromString(String name)
Creates or finds a KnowledgeRetrievalIntentType from its string representation.
Parameters:
Returns:
values
public static Collection<KnowledgeRetrievalIntentType> values()
Gets known KnowledgeRetrievalIntentType values.
Returns: