https://github.com/garystafford/google-wp-search-action
Google Cloud Function for the post 'Integrating Search Capabilities with Actions for Google Assistant, using GKE and Elasticsearch'
https://github.com/garystafford/google-wp-search-action
action-for-google-assistant cloud-function gcp google-cloud-platform
Last synced: over 1 year ago
JSON representation
Google Cloud Function for the post 'Integrating Search Capabilities with Actions for Google Assistant, using GKE and Elasticsearch'
- Host: GitHub
- URL: https://github.com/garystafford/google-wp-search-action
- Owner: garystafford
- License: mit
- Created: 2018-09-10T22:50:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T12:02:35.000Z (almost 8 years ago)
- Last Synced: 2023-08-05T02:22:53.006Z (almost 3 years ago)
- Topics: action-for-google-assistant, cloud-function, gcp, google-cloud-platform
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Programmatic Ponderings Search Action for Google Assistant
This project was created for the post, [Integrating Search Capabilities with Actions for Google Assistant, using GKE and Elasticsearch](https://wp.me/p1RD28-603). This two-part post explores the enhancement of voice and text-based conversational interfaces by integrating a search and analytics engine. By interfacing an Action for Google Assistant conversational interface with Elasticsearch, we will improve the Action’s ability to provide relevant results to the end-user.
This repository contains the Action's serverless Cloud Function, detailed in the post, which communicates with Elasticsearch, via the [Spring Boot Service](https://github.com/garystafford/spring-wp-search).
## Google Assistant Preview
Here is a brief [YouTube video preview](https://www.youtube.com/watch?v=k7TIv2NAIrc) of the final Action for Google Assistant, we will explore in this post, running on an Apple iPhone 8.
## Architecture
The final architecture of the Action for Google Assistant will look as follows.
