Class AppContextRequest

java.lang.Object
ai.vectros.types.AppContextRequest

public final class AppContextRequest extends Object
  • Method Details

    • getContextId

      public String getContextId()
      Returns:
      Your identifier for the app context. Must be 3-31 characters, start with a lowercase letter, and contain only lowercase letters, digits, and hyphens (for example myapp, taskflow, or engineering-team). Required when creating a context. Ignored when updating, since the URL path supplies the contextId on update.
    • getName

      public String getName()
      Returns:
      Human-readable display name for this app context. Required.
    • getDescription

      public Optional<String> getDescription()
      Returns:
      Optional free-text description of what this app context is for.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static AppContextRequest.ContextIdStage builder()