Enum Class ChatbotLang

java.lang.Object
java.lang.Enum<ChatbotLang>
overit.geocallapp.wfm.ai.bl.chatbot.ChatbotLang
All Implemented Interfaces:
Serializable, Comparable<ChatbotLang>, Constable

@Deprecated(since="21.0", forRemoval=true) public enum ChatbotLang extends Enum<ChatbotLang>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static ChatbotLang[]
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • IT

      public static final ChatbotLang IT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EN

      public static final ChatbotLang EN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DE

      public static final ChatbotLang DE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PT

      public static final ChatbotLang PT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ES

      public static final ChatbotLang ES
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static ChatbotLang[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChatbotLang valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getAwsLang

      public String getAwsLang()
      Deprecated, for removal: This API element is subject to removal in a future version.