Skip to content

Commit 658b7ad

Browse files
committed
chore(Tone Analyzer): Generate tone analyzer
1 parent 08ae177 commit 658b7ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

watson_developer_cloud/tone_analyzer_v3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def tone(self,
136136
text/plain;charset=utf-8`. For `text/html`, the service removes HTML tags and
137137
analyzes only the textual content.
138138
**See also:** [Using the general-purpose
139-
endpoint](/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint).
139+
endpoint](https://cloud.ibm.com/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint).
140140
141141
:param ToneInput tone_input: JSON, plain text, or HTML input that contains the
142142
content to be analyzed. For JSON input, provide an object of type `ToneInput`.
@@ -222,7 +222,7 @@ def tone_chat(self,
222222
utterances have more than 500 characters. Per the JSON specification, the default
223223
character encoding for JSON content is effectively always UTF-8.
224224
**See also:** [Using the customer-engagement
225-
endpoint](/docs/services/tone-analyzer/using-tone-chat.html#using-the-customer-engagement-endpoint).
225+
endpoint](https://cloud.ibm.com/docs/services/tone-analyzer/using-tone-chat.html#using-the-customer-engagement-endpoint).
226226
227227
:param list[Utterance] utterances: An array of `Utterance` objects that provides
228228
the input content that the service is to analyze.

0 commit comments

Comments
 (0)