Skip to content

Instantly share code, notes, and snippets.

@ganeshkamathp
ganeshkamathp / google_assistant.py
Created May 1, 2017 15:57
macos google assistant
"""Sample that implements gRPC client for Google Assistant API."""
from google.assistant.embedded.v1alpha1 import embedded_assistant_pb2
from google.rpc import code_pb2
import logging
import os.path
from googlesamples.assistant import (
assistant_helpers,
audio_helpers,