File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ def gather(self,
105
105
timeout = None ,
106
106
finish_on_key = None ,
107
107
num_digits = None ,
108
+ partial_result_callback = None ,
109
+ partial_result_callback_method = None ,
110
+ language = None ,
111
+ hints = None ,
112
+ barge_in = None ,
113
+ acknowledge_sound_url = None ,
108
114
** kwargs ):
109
115
"""
110
116
Add a new <Gather> element
@@ -114,6 +120,12 @@ def gather(self,
114
120
:param timeout: time to wait while gathering input
115
121
:param finish_on_key: finish on key press
116
122
:param num_digits: digits to collect
123
+ :param partial_result_callback: callback url
124
+ :param partial_result_callback_method: callback method
125
+ :param language: locale string
126
+ :param hints: speech recognition hints
127
+ :param barge_in: stop playing media upon speech
128
+ :param acknowledge_sound_url: url to hit when sound starts
117
129
:param kwargs: additional attributes
118
130
:return: <Gather> element
119
131
"""
You can’t perform that action at this time.
0 commit comments