Overview of Google Assistant SDK for Python
masterThis repository provides Python packages and samples for interacting with the Google Assistant SDK. It is primarily composed of two main components:
google-assistant-grpc: Autogenerated Python bindings used to communicate directly with the Google Assistant Service via gRPC. Note that this is available for non-commercial use.google-assistant-sdk: A collection of tools and Python samples designed to help developers implement the SDK. This includes thegooglesamples/assistant/grpcreference sample for the Google Assistant Service.
Note: The google-assistant-library and its associated samples are deprecated and should not be used for new projects.