forked from platypush/platypush
Fixed docstring
This commit is contained in:
parent
cba40744fb
commit
b9c77b15f8
1 changed files with 2 additions and 4 deletions
|
@ -193,10 +193,8 @@ class SampleAssistant(object):
|
||||||
Args:
|
Args:
|
||||||
device_model_id: identifier of the device model.
|
device_model_id: identifier of the device model.
|
||||||
device_id: identifier of the registered device instance.
|
device_id: identifier of the registered device instance.
|
||||||
conversation_stream(ConversationStream): audio stream
|
conversation_stream(ConversationStream): audio stream for recording query and playing back assistant answer.
|
||||||
for recording query and playing back assistant answer.
|
channel: authorized gRPC channel for connection to the Google Assistant API.
|
||||||
channel: authorized gRPC channel for connection to the
|
|
||||||
Google Assistant API.
|
|
||||||
deadline_sec: gRPC deadline in seconds for Google Assistant API call.
|
deadline_sec: gRPC deadline in seconds for Google Assistant API call.
|
||||||
device_handler: callback for device actions.
|
device_handler: callback for device actions.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue