Class CreateKbInputDTO

    • Constructor Detail

      • CreateKbInputDTO

        public CreateKbInputDTO()
    • Method Detail

      • qnaList

        public List<QnADTO> qnaList()
        Get the qnaList value.
        Returns:
        the qnaList value
      • withQnaList

        public CreateKbInputDTO withQnaList​(List<QnADTO> qnaList)
        Set the qnaList value.
        Parameters:
        qnaList - the qnaList value to set
        Returns:
        the CreateKbInputDTO object itself.
      • urls

        public List<String> urls()
        Get the urls value.
        Returns:
        the urls value
      • withUrls

        public CreateKbInputDTO withUrls​(List<String> urls)
        Set the urls value.
        Parameters:
        urls - the urls value to set
        Returns:
        the CreateKbInputDTO object itself.
      • files

        public List<FileDTO> files()
        Get the files value.
        Returns:
        the files value
      • withFiles

        public CreateKbInputDTO withFiles​(List<FileDTO> files)
        Set the files value.
        Parameters:
        files - the files value to set
        Returns:
        the CreateKbInputDTO object itself.