Interface AgentKnowledgeBaseSummary.Builder

    • Method Detail

      • description

        AgentKnowledgeBaseSummary.Builder description​(String description)

        The description of the knowledge base associated with an agent.

        Parameters:
        description - The description of the knowledge base associated with an agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • knowledgeBaseId

        AgentKnowledgeBaseSummary.Builder knowledgeBaseId​(String knowledgeBaseId)

        The unique identifier of the knowledge base associated with an agent.

        Parameters:
        knowledgeBaseId - The unique identifier of the knowledge base associated with an agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AgentKnowledgeBaseSummary.Builder updatedAt​(Instant updatedAt)

        The time at which the knowledge base associated with an agent was last updated.

        Parameters:
        updatedAt - The time at which the knowledge base associated with an agent was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.