Interface PromptConfigurationAdminAgent


@Experimental public interface PromptConfigurationAdminAgent
Agent providing access to the administration of the prompt configuration.
Since:
5.2.241209
See Also:
  • Field Details

  • Method Details

    • getServiceConfiguration

      @NotNull @NotNull ServicePromptConfiguration getServiceConfiguration()
      Returns the modifiable service prompt configuration. Server administration privileges are required to modify this configuration.
      Returns:
      The service configuration.
      Since:
      5.2.241209
    • getSharedConfiguration

      @NotNull @NotNull SharedPromptConfiguration getSharedConfiguration()
      Returns the modifiable shared prompt configuration. Project administration privileges are required to modify this configuration.
      Returns:
      The shared configuration.
      Since:
      5.2.241209
    • getProjectConfiguration

      @NotNull @NotNull ProjectPromptConfiguration getProjectConfiguration(long projectId)
      Returns the modifiable shared prompt configuration. Project administration privileges are required to modify this configuration.
      Parameters:
      projectId - The identifier of the project to modify the configuration for.
      Returns:
      The shared configuration.
      Throws:
      NoSuchElementException - If the project could not be found.
      Since:
      5.2.241209