Uses of Class
software.amazon.awssdk.services.qconnect.model.KnowledgeBaseSearchType
-
Packages that use KnowledgeBaseSearchType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of KnowledgeBaseSearchType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return KnowledgeBaseSearchType Modifier and Type Method Description static KnowledgeBaseSearchTypeKnowledgeBaseSearchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseSearchTypeKnowledgeBaseAssociationConfigurationData. overrideKnowledgeBaseSearchType()The search type to be used against the Knowledge Base for this request.KnowledgeBaseSearchTypeQueryAssistantRequest. overrideKnowledgeBaseSearchType()The search type to be used against the Knowledge Base for this request.static KnowledgeBaseSearchTypeKnowledgeBaseSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static KnowledgeBaseSearchType[]KnowledgeBaseSearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type KnowledgeBaseSearchType Modifier and Type Method Description static Set<KnowledgeBaseSearchType>KnowledgeBaseSearchType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type KnowledgeBaseSearchType Modifier and Type Method Description KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. overrideKnowledgeBaseSearchType(KnowledgeBaseSearchType overrideKnowledgeBaseSearchType)The search type to be used against the Knowledge Base for this request.QueryAssistantRequest.BuilderQueryAssistantRequest.Builder. overrideKnowledgeBaseSearchType(KnowledgeBaseSearchType overrideKnowledgeBaseSearchType)The search type to be used against the Knowledge Base for this request.
-