| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.KnowledgeGraphSearch
Contents
Description
Searches the Google Knowledge Graph for entities.
- knowledgeGraphSearchService :: ServiceConfig
- type KnowledgeGraphSearchAPI = EntitiesSearchResource
- module Network.Google.Resource.Kgsearch.Entities.Search
- data SearchResponse
- searchResponse :: SearchResponse
- srContext :: Lens' SearchResponse (Maybe JSONValue)
- srItemListElement :: Lens' SearchResponse [JSONValue]
- srType :: Lens' SearchResponse (Maybe JSONValue)
- data Xgafv
Service Configuration
knowledgeGraphSearchService :: ServiceConfig Source #
Default request referring to version v1 of the Knowledge Graph Search API. This contains the host and root path used as a starting point for constructing service requests.
API Declaration
type KnowledgeGraphSearchAPI = EntitiesSearchResource Source #
Represents the entirety of the methods and resources available for the Knowledge Graph Search API service.
Resources
kgsearch.entities.search
Types
SearchResponse
data SearchResponse Source #
Response message includes the context and a list of matching results which contain the detail of associated entities.
See: searchResponse smart constructor.
searchResponse :: SearchResponse Source #
Creates a value of SearchResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srContext :: Lens' SearchResponse (Maybe JSONValue) Source #
The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
srItemListElement :: Lens' SearchResponse [JSONValue] Source #
The item list of search results.
srType :: Lens' SearchResponse (Maybe JSONValue) Source #
The schema type of top-level JSON-LD object, e.g. ItemList.
Xgafv
V1 error format.
Instances