Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.FileSearchResult
Packages that use Content.FileSearchResult
-
Uses of Content.FileSearchResult in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Content.FileSearchResultModifier and TypeMethodDescriptionContent.FileSearchResultContent.result()Returns the value of theresultrecord component.Events.FileSearchResultDelta.result()Returns the value of theresultrecord component.Constructor parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Content.FileSearchResultModifierConstructorDescriptionFileSearchResultContent(String type, List<Content.FileSearchResult> result) Creates an instance of aFileSearchResultContentrecord class.FileSearchResultDelta(Events.DeltaType type, List<Content.FileSearchResult> result) Creates an instance of aFileSearchResultDeltarecord class.