Namespace Google.Apis.DeveloperKnowledge.v1alpha
Classes
DeveloperKnowledgeBaseServiceRequest<TResponse>
A base abstract class for DeveloperKnowledge requests.
DeveloperKnowledgeService
The DeveloperKnowledge Service.
DeveloperKnowledgeService.Scope
Available OAuth 2.0 scopes for use with the Developer Knowledge API.
DeveloperKnowledgeService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Developer Knowledge API.
DocumentsResource
The "documents" collection of methods.
DocumentsResource.BatchGetRequest
Retrieves multiple documents, each with its full Markdown content.
DocumentsResource.GetRequest
Retrieves a single document with its full Markdown content.
DocumentsResource.SearchDocumentChunksRequest
Searches for developer knowledge across Google's developer documentation. Returns DocumentChunks based on the user's query. There may be many chunks from the same Document. To retrieve full documents, use DeveloperKnowledge.GetDocument or DeveloperKnowledge.BatchGetDocuments with the DocumentChunk.parent returned in the SearchDocumentChunksResponse.results.
V1alphaResource
The "v1alpha" collection of methods.
V1alphaResource.AnswerQueryRequest
Answers a query using grounded generation.
Enums
DeveloperKnowledgeBaseServiceRequest<TResponse>.AltEnum
Data format for response.
DeveloperKnowledgeBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
DocumentsResource.BatchGetRequest.ViewEnum
Optional. Specifies the DocumentView of the document. If unspecified,
DeveloperKnowledge.BatchGetDocuments defaults to DOCUMENT_VIEW_CONTENT.
DocumentsResource.GetRequest.ViewEnum
Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.GetDocument
defaults to DOCUMENT_VIEW_CONTENT.