@@ -31,7 +31,7 @@ public class Emotion implements Serializable {
3131 * <p>
3232 * <b>Constraints:</b><br/>
3333 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
34- * CALM, UNKNOWN
34+ * CALM, UNKNOWN, FEAR
3535 */
3636 private String type ;
3737
@@ -52,7 +52,7 @@ public class Emotion implements Serializable {
5252 * <p>
5353 * <b>Constraints:</b><br/>
5454 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
55- * CALM, UNKNOWN
55+ * CALM, UNKNOWN, FEAR
5656 *
5757 * @return <p>
5858 * Type of emotion detected.
@@ -70,7 +70,7 @@ public String getType() {
7070 * <p>
7171 * <b>Constraints:</b><br/>
7272 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
73- * CALM, UNKNOWN
73+ * CALM, UNKNOWN, FEAR
7474 *
7575 * @param type <p>
7676 * Type of emotion detected.
@@ -91,7 +91,7 @@ public void setType(String type) {
9191 * <p>
9292 * <b>Constraints:</b><br/>
9393 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
94- * CALM, UNKNOWN
94+ * CALM, UNKNOWN, FEAR
9595 *
9696 * @param type <p>
9797 * Type of emotion detected.
@@ -112,7 +112,7 @@ public Emotion withType(String type) {
112112 * <p>
113113 * <b>Constraints:</b><br/>
114114 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
115- * CALM, UNKNOWN
115+ * CALM, UNKNOWN, FEAR
116116 *
117117 * @param type <p>
118118 * Type of emotion detected.
@@ -133,7 +133,7 @@ public void setType(EmotionName type) {
133133 * <p>
134134 * <b>Constraints:</b><br/>
135135 * <b>Allowed Values: </b>HAPPY, SAD, ANGRY, CONFUSED, DISGUSTED, SURPRISED,
136- * CALM, UNKNOWN
136+ * CALM, UNKNOWN, FEAR
137137 *
138138 * @param type <p>
139139 * Type of emotion detected.
0 commit comments