Skip to content

Commit a753857

Browse files
feat(tone-analyzer): generated code
chore(tone-analyzer): manual changes
1 parent f4548f2 commit a753857

File tree

16 files changed

+21
-19
lines changed

16 files changed

+21
-19
lines changed

tone-analyzer/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Installation
44

55
##### Maven
6+
67
```xml
78
<dependency>
89
<groupId>com.ibm.watson</groupId>
@@ -12,11 +13,13 @@
1213
```
1314

1415
##### Gradle
16+
1517
```gradle
1618
'com.ibm.watson:tone-analyzer:8.2.1'
1719
```
1820

1921
## Usage
22+
2023
Use the [Tone Analyzer][tone_analyzer] service to get the tone of your email.
2124

2225
```java
@@ -44,4 +47,4 @@ ToneAnalysis tone = service.tone(toneOptions).execute().getResult();
4447
System.out.println(tone);
4548
```
4649

47-
[tone_analyzer]: https://cloud.ibm.com/docs/services/tone-analyzer?topic=tone-analyzer-about
50+
[tone_analyzer]: https://cloud.ibm.com/docs/tone-analyzer?topic=tone-analyzer-about

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/ToneAnalyzer.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2016, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at
@@ -40,7 +40,7 @@
4040
* `X-Watson-Learning-Opt-Out` request header, the service does not log or retain data from requests and responses.
4141
*
4242
* @version v3
43-
* @see <a href="https://cloud.ibm.com/docs/services/tone-analyzer/">Tone Analyzer</a>
43+
* @see <a href="https://cloud.ibm.com/docs/tone-analyzer/">Tone Analyzer</a>
4444
*/
4545
public class ToneAnalyzer extends BaseService {
4646

@@ -119,7 +119,7 @@ public ToneAnalyzer(String versionDate, String serviceName, Authenticator authen
119119
* service removes HTML tags and analyzes only the textual content.
120120
*
121121
* **See also:** [Using the general-purpose
122-
* endpoint](https://cloud.ibm.com/docs/services/tone-analyzer?topic=tone-analyzer-utgpe#utgpe).
122+
* endpoint](https://cloud.ibm.com/docs/tone-analyzer?topic=tone-analyzer-utgpe#utgpe).
123123
*
124124
* @param toneOptions the {@link ToneOptions} containing the options for the call
125125
* @return a {@link ServiceCall} with a response type of {@link ToneAnalysis}
@@ -172,7 +172,7 @@ public ServiceCall<ToneAnalysis> tone(ToneOptions toneOptions) {
172172
* UTF-8.
173173
*
174174
* **See also:** [Using the customer-engagement
175-
* endpoint](https://cloud.ibm.com/docs/services/tone-analyzer?topic=tone-analyzer-utco#utco).
175+
* endpoint](https://cloud.ibm.com/docs/tone-analyzer?topic=tone-analyzer-utco#utco).
176176
*
177177
* @param toneChatOptions the {@link ToneChatOptions} containing the options for the call
178178
* @return a {@link ServiceCall} with a response type of {@link UtteranceAnalyses}

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/DocumentAnalysis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/SentenceAnalysis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneAnalysis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2016, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneCategory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2016, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneChatOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneChatScore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

tone-analyzer/src/main/java/com/ibm/watson/tone_analyzer/v3/model/ToneOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2016, 2020.
2+
* (C) Copyright IBM Corp. 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)