Class ContentSourcesList

java.lang.Object
com.intercom.api.types.ContentSourcesList

public final class ContentSourcesList extends Object
  • Method Details

    • getType

      public String getType()
    • getTotalCount

      public int getTotalCount()
      Returns:
      The total number of content sources used by AI Agent in the conversation.
    • getContentSources

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ContentSourcesList.TotalCountStage builder()