assistant.google
assistant.google
- class platypush.plugins.assistant.google.AssistantGooglePlugin(**kwargs)[source]
Google assistant plugin. It acts like a wrapper around the
platypush.backend.assistant.google
backend to programmatically control the conversation status.- pause_detection()
Put the assistant on pause. No new conversation events will be triggered.
- resume_detection()
Resume the assistant hotword detection from a paused state.
- send_text_query(query: str)[source]
Send a text query to the assistant.
- Parameters:
query – Query to be sent.