Fixed docstring

This commit is contained in:
Fabio Manganiello 2018-07-16 22:12:02 +02:00
parent cba40744fb
commit b9c77b15f8
1 changed files with 2 additions and 4 deletions

View File

@ -193,10 +193,8 @@ class SampleAssistant(object):
Args:
device_model_id: identifier of the device model.
device_id: identifier of the registered device instance.
conversation_stream(ConversationStream): audio stream
for recording query and playing back assistant answer.
channel: authorized gRPC channel for connection to the
Google Assistant API.
conversation_stream(ConversationStream): audio stream for recording query and playing back assistant answer.
channel: authorized gRPC channel for connection to the Google Assistant API.
deadline_sec: gRPC deadline in seconds for Google Assistant API call.
device_handler: callback for device actions.
"""