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 Details

  • Constructor Details

    • KnowledgeRetrievalIntentType

      @Deprecated public KnowledgeRetrievalIntentType()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding KnowledgeRetrievalIntentType.
    • values

      public static Collection<KnowledgeRetrievalIntentType> values()
      Gets known KnowledgeRetrievalIntentType values.
      Returns:
      known KnowledgeRetrievalIntentType values.