Uses of Record Class
dev.langchain4j.community.model.dashscope.QwenChatResponseMetadata.SearchResult
Packages that use QwenChatResponseMetadata.SearchResult
-
Uses of QwenChatResponseMetadata.SearchResult in dev.langchain4j.community.model.dashscope
Methods in dev.langchain4j.community.model.dashscope that return QwenChatResponseMetadata.SearchResultMethods in dev.langchain4j.community.model.dashscope that return types with arguments of type QwenChatResponseMetadata.SearchResultModifier and TypeMethodDescriptionQwenChatResponseMetadata.SearchInfo.searchResults()Returns the value of thesearchResultsrecord component.Method parameters in dev.langchain4j.community.model.dashscope with type arguments of type QwenChatResponseMetadata.SearchResultModifier and TypeMethodDescriptionQwenChatResponseMetadata.SearchInfo.Builder.searchResults(List<QwenChatResponseMetadata.SearchResult> searchResults) Constructor parameters in dev.langchain4j.community.model.dashscope with type arguments of type QwenChatResponseMetadata.SearchResultModifierConstructorDescriptionSearchInfo(List<QwenChatResponseMetadata.SearchResult> searchResults) Creates an instance of aSearchInforecord class.