Class ContentSourcesList


  • public final class ContentSourcesList
    extends java.lang.Object
    • Method Detail

      • getType

        public java.util.Optional<java.lang.String> getType()
      • getTotalCount

        public java.util.Optional<java.lang.Integer> getTotalCount()
        Returns:
        The total number of content sources used by AI Agent in the conversation.
      • getContentSources

        public java.util.Optional<java.util.List<ContentSource>> getContentSources()
        Returns:
        The content sources used by AI Agent in the conversation.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object