We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6c79 commit 5cf7928Copy full SHA for 5cf7928
1 file changed
watson_developer_cloud/tone_analyzer_v3.py
@@ -182,6 +182,8 @@ def tone(self,
182
}
183
if 'headers' in kwargs:
184
headers.update(kwargs.get('headers'))
185
+ headers[
186
+ 'X-IBMCloud-SDK-Analytics'] = 'service_name=tone_analyzer;service_version=V3;operation_id=tone'
187
188
params = {
189
'version': self.version,
@@ -253,6 +255,8 @@ def tone_chat(self,
253
255
254
256
257
258
259
+ 'X-IBMCloud-SDK-Analytics'] = 'service_name=tone_analyzer;service_version=V3;operation_id=tone_chat'
260
261
params = {'version': self.version}
262
0 commit comments