Interface SelfServiceAIAgentConfiguration.Builder

    • Method Detail

      • associationConfigurations

        SelfServiceAIAgentConfiguration.Builder associationConfigurations​(Collection<AssociationConfiguration> associationConfigurations)

        The association configurations for overriding behavior on this AI Agent.

        Parameters:
        associationConfigurations - The association configurations for overriding behavior on this AI Agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationConfigurations

        SelfServiceAIAgentConfiguration.Builder associationConfigurations​(AssociationConfiguration... associationConfigurations)

        The association configurations for overriding behavior on this AI Agent.

        Parameters:
        associationConfigurations - The association configurations for overriding behavior on this AI Agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selfServiceAIGuardrailId

        SelfServiceAIAgentConfiguration.Builder selfServiceAIGuardrailId​(String selfServiceAIGuardrailId)

        The AI Guardrail identifier used by the SELF_SERVICE AI Agent.

        Parameters:
        selfServiceAIGuardrailId - The AI Guardrail identifier used by the SELF_SERVICE AI Agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selfServiceAnswerGenerationAIPromptId

        SelfServiceAIAgentConfiguration.Builder selfServiceAnswerGenerationAIPromptId​(String selfServiceAnswerGenerationAIPromptId)

        The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent

        Parameters:
        selfServiceAnswerGenerationAIPromptId - The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selfServicePreProcessingAIPromptId

        SelfServiceAIAgentConfiguration.Builder selfServicePreProcessingAIPromptId​(String selfServicePreProcessingAIPromptId)

        The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent

        Parameters:
        selfServicePreProcessingAIPromptId - The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent
        Returns:
        Returns a reference to this object so that method calls can be chained together.