<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class ResponseEmotionType extends Enum {
    public const NONE = "none";
    public const CONFIDENT = "confident";
    public const EXCITED = "excited";
    public const HAPPY = "happy";
    public const MOTIVATED = "motivated";
    public const PEACEFUL = "peaceful";
    public const AMBITIOUS = "ambitious";
    public const CHEERFUL = "cheerful";
    public const COMFORTABLE = "comfortable";
    public const CREATIVE = "creative";
    public const DETERMINED = "determined";
    public const ENERGIZED = "energized";
    public const FOCUSED = "focused";
    public const FULFILLED = "fulfilled";
    public const GRATEFUL = "grateful";
    public const INCLUDED = "included";
    public const INSPIRED = "inspired";
    public const OPTIMISTIC = "optimistic";
    public const PROUD = "proud";
    public const SUCCESSFUL = "successful";
    public const VALUABLE = "valuable";
    public const ANNOYED = "annoyed";
    public const BORED = "bored";
    public const CALM = "calm";
    public const CONFUSED = "confused";
    public const GLAD = "glad";
    public const CONTENT = "content";
    public const PENSIVE = "pensive";
    public const RESERVED = "reserved";
    public const RESTLESS = "restless";
    public const SHOCKED = "shocked";
    public const TIRED = "tired";
    public const ANGRY = "angry";
    public const DEPRESSED = "depressed";
    public const EXHAUSTED = "exhausted";
    public const LONELY = "lonely";
    public const NERVOUS = "nervous";
    public const ANXIOUS = "anxious";
    public const APATHETIC = "apathetic";
    public const CONCERNED = "concerned";
    public const DISAPPOINTED = "disappointed";
    public const FRIGHTENED = "frightened";
    public const FRUSTRATED = "frustrated";
    public const HOPELESS = "hopeless";
    public const HURT = "hurt";
    public const JEALOUS = "jealous";
    public const MISERABLE = "miserable";
    public const OVERWHELMED = "overwhelmed";
    public const SKEPTICAL = "skeptical";
    public const STRESSED = "stressed";
    public const STUCK = "stuck";
    public const WORTHLESS = "worthless";
    public const AWED = "awed";
    public const ASHAMED = "ashamed";
    public const CURIOUS = "curious";
    public const SENSITIVE = "sensitive";
    public const SAD = "sad";
    public const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
