Package ai.vectros.types
Interface AppContextRequest.ContextIdStage
- All Known Implementing Classes:
AppContextRequest.Builder
- Enclosing class:
AppContextRequest
public static interface AppContextRequest.ContextIdStage
-
Method Summary
Modifier and TypeMethodDescriptionYour identifier for the app context.from(AppContextRequest other)
-
Method Details
-
contextId
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, orengineering-team). Required when creating a context. Ignored when updating, since the URL path supplies the contextId on update. -
from
-