Class ContextDTO

    • Constructor Detail

      • ContextDTO

        public ContextDTO()
    • Method Detail

      • isContextOnly

        public Boolean isContextOnly()
        Get the isContextOnly value.
        Returns:
        the isContextOnly value
      • withIsContextOnly

        public ContextDTO withIsContextOnly​(Boolean isContextOnly)
        Set the isContextOnly value.
        Parameters:
        isContextOnly - the isContextOnly value to set
        Returns:
        the ContextDTO object itself.
      • prompts

        public List<PromptDTO> prompts()
        Get the prompts value.
        Returns:
        the prompts value
      • withPrompts

        public ContextDTO withPrompts​(List<PromptDTO> prompts)
        Set the prompts value.
        Parameters:
        prompts - the prompts value to set
        Returns:
        the ContextDTO object itself.