Class AgentKnowledgeBase

    • Method Detail

      • agentId

        public final String agentId()

        The unique identifier of the agent with which the knowledge base is associated.

        Returns:
        The unique identifier of the agent with which the knowledge base is associated.
      • agentVersion

        public final String agentVersion()

        The version of the agent with which the knowledge base is associated.

        Returns:
        The version of the agent with which the knowledge base is associated.
      • createdAt

        public final Instant createdAt()

        The time at which the association between the agent and the knowledge base was created.

        Returns:
        The time at which the association between the agent and the knowledge base was created.
      • description

        public final String description()

        The description of the association between the agent and the knowledge base.

        Returns:
        The description of the association between the agent and the knowledge base.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The unique identifier of the association between the agent and the knowledge base.

        Returns:
        The unique identifier of the association between the agent and the knowledge base.
      • updatedAt

        public final Instant updatedAt()

        The time at which the association between the agent and the knowledge base was last updated.

        Returns:
        The time at which the association between the agent and the knowledge base was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)