platypush.message.event.assistant
¶
-
class
platypush.message.event.assistant.
AlarmEndEvent
(*args, **kwargs)[source]¶ Event triggered when an alarm ends on the assistant
-
class
platypush.message.event.assistant.
AlarmStartedEvent
(*args, **kwargs)[source]¶ Event triggered when an alarm starts on the assistant
-
class
platypush.message.event.assistant.
AlertEndEvent
(*args, **kwargs)[source]¶ Event triggered when an alert ends on the assistant
-
class
platypush.message.event.assistant.
AlertStartedEvent
(*args, **kwargs)[source]¶ Event triggered when an alert starts on the assistant
-
class
platypush.message.event.assistant.
AssistantEvent
(assistant=None, *args, **kwargs)[source]¶ Base class for assistant events
-
class
platypush.message.event.assistant.
ConversationEndEvent
(with_follow_on_turn=False, *args, **kwargs)[source]¶ Event triggered when a conversation ends
-
class
platypush.message.event.assistant.
ConversationStartEvent
(*args, **kwargs)[source]¶ Event triggered when a new conversation starts
-
class
platypush.message.event.assistant.
ConversationTimeoutEvent
(*args, **kwargs)[source]¶ Event triggered when a conversation times out
-
class
platypush.message.event.assistant.
HotwordDetectedEvent
(hotword=None, *args, **kwargs)[source]¶ Event triggered when a custom hotword is detected
-
class
platypush.message.event.assistant.
MicMutedEvent
(assistant=None, *args, **kwargs)[source]¶ Event triggered when the microphone is muted.
-
class
platypush.message.event.assistant.
MicUnmutedEvent
(assistant=None, *args, **kwargs)[source]¶ Event triggered when the microphone is muted.
-
class
platypush.message.event.assistant.
NoResponseEvent
(*args, **kwargs)[source]¶ Event triggered when a conversation ends with no response
-
class
platypush.message.event.assistant.
ResponseEvent
(response_text, *args, **kwargs)[source]¶ Event triggered when a response is processed by the assistant
-
class
platypush.message.event.assistant.
SpeechRecognizedEvent
(phrase, *args, **kwargs)[source]¶ Event triggered when a speech is recognized
-
class
platypush.message.event.assistant.
TimerEndEvent
(*args, **kwargs)[source]¶ Event triggered when a timer ends on the assistant
-
class
platypush.message.event.assistant.
TimerStartedEvent
(*args, **kwargs)[source]¶ Event triggered when a timer starts on the assistant