assistant.google
Platypush documentation
assistant.google
- class platypush.plugins.assistant.google.AssistantGooglePlugin(**kwargs)[source]
Bases:
AssistantPlugin
Google assistant plugin. It acts like a wrapper around the
platypush.backend.assistant.google
backend to programmatically control the conversation status.- send_text_query(query: str)[source]
Send a text query to the assistant.
- Parameters:
query – Query to be sent.