results property

List<DocumentChunk>? results
getter/setter pair

Contains the search results for the given query.

Each DocumentChunk in this list contains a snippet of content relevant to the search query. Use the DocumentChunk.parent field of each result with DeveloperKnowledge.GetDocument or DeveloperKnowledge.BatchGetDocuments to retrieve the full document content.

Implementation

core.List<DocumentChunk>? results;